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

Error when installing from git clone #34

Closed
KozbialP opened this issue Mar 19, 2018 · 3 comments
Closed

Error when installing from git clone #34

KozbialP opened this issue Mar 19, 2018 · 3 comments

Comments

@KozbialP
Copy link

I wanted to install newest nassl version, which is required to install sslyze. Newest version in pip is 1.03 so i tried to install from git clone.
When running command python sample_client.py i got error:
Traceback (most recent call last): File "sample_client.py", line 7, in <module> from nassl.ssl_client import OpenSslVersionEnum, SslClient File "/home/kali/nassl/nassl/ssl_client.py", line 7, in <module> from nassl import _nassl # type: ignore ImportError: /home/kali/nassl/nassl/_nassl.so: undefined symbol: SSL_SESSION_set_max_early_data

Building from scratch also didn't work for me. Any ideas what to do with that?

@nabla-c0d3
Copy link
Owner

Which OS and version of Python?

@KozbialP
Copy link
Author

Kali Linux kernel 4.4.0-43
Python version Python 2.7.14+

@nabla-c0d3
Copy link
Owner

Something is wrong with the nassl Linux wheel for 2.7. If possible you should switch to python 3.6.

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

2 participants