Skip to content

Commit

Permalink
Add package libgl1-mesa-glx to installation instructions
Browse files Browse the repository at this point in the history
Added a package libgl1-mesa-glx to the Ubuntu Linux installation requirements. This solves the issue of getting error "ImportError: libGL.so.1: cannot open shared object file: No such file or directory" upon running pyrdp-mitm.py. Note that I downloaded and installed this repo on a clean Ubuntu 18.04.3 LTS installation on Azure.
  • Loading branch information
Humoud authored and Res260 committed Nov 15, 2019
1 parent 300a541 commit 0642d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ _Note: PyRDP cannot be installed on 32bit systems. See: [this issue.](https://gi
First, make sure to install the prerequisite packages (on Ubuntu):

```
sudo apt install libdbus-1-dev libdbus-glib-1-dev
sudo apt install libdbus-1-dev libdbus-glib-1-dev libgl1-mesa-glx
```

On some systems, you may need to install the `python3-venv` package:
Expand Down

0 comments on commit 0642d62

Please sign in to comment.