From 0642d62ebc49a442b00f1449dc5051953df39cc5 Mon Sep 17 00:00:00 2001 From: Humoud Date: Fri, 15 Nov 2019 19:42:14 +0300 Subject: [PATCH] Add package libgl1-mesa-glx to installation instructions 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baa89e7ca..16196d00b 100644 --- a/README.md +++ b/README.md @@ -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: