Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't intall python-ldap #3

Open
investlab opened this issue Apr 22, 2020 · 5 comments
Open

Can't intall python-ldap #3

investlab opened this issue Apr 22, 2020 · 5 comments

Comments

@investlab
Copy link

investlab commented Apr 22, 2020

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!

@SuperSandro2000
Copy link

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

@investlab
Copy link
Author

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

@SuperSandro2000
Copy link

You also need to install libldap2-dev

@fhlip0
Copy link

fhlip0 commented Feb 24, 2022

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

@netpr1s0ner
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants