vmware_vcenter_cve_2020_3952
vmware_vcenter_cve_2020_3952 copied to clipboard
Can't intall python-ldap
Hi there, I can't install python-ldap library on Pycharm IDE or my Linux server. Pycharm screenshot: https://prnt.sc/s3sq3r Linux server screenshot: https://prnt.sc/s3st1j (pip3 install python-ldap) Can you help resolve it? Tk U!
You are missing build tools which are required to build native extensions.
This should be fixable with apt-get update && apt-get install build-essential python3-dev
You are missing build tools which are required to build native extensions. This should be fixable with
apt-get update && apt-get install build-essential python3-dev
Hi @SuperSandro2000 I installed build-tool "apt-get update && apt-get install build-essential python3-dev" My screenshot: https://prnt.sc/s41rwc
You also need to install libldap2-dev
apt-get install build-essential python3-dev python2.7-dev
libldap2-dev libsasl2-dev slapd ldap-utils tox
lcov valgrind
should update readme to say all this needs installed to work on current kali
sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev