vmware_vcenter_cve_2020_3952 icon indicating copy to clipboard operation
vmware_vcenter_cve_2020_3952 copied to clipboard

Can't intall python-ldap

Open investlab opened this issue 4 years ago • 5 comments

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!

investlab avatar Apr 22 '20 07:04 investlab

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

SuperSandro2000 avatar Apr 22 '20 09:04 SuperSandro2000

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

investlab avatar Apr 22 '20 14:04 investlab

You also need to install libldap2-dev

SuperSandro2000 avatar Apr 22 '20 22:04 SuperSandro2000

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

fhlip0 avatar Feb 24 '22 17:02 fhlip0

sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev

netpr1s0ner avatar Aug 18 '22 03:08 netpr1s0ner