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

python 3.7 OPENSSL_sk_num error #108

Open
commutecat opened this issue Mar 29, 2019 · 2 comments
Open

python 3.7 OPENSSL_sk_num error #108

commutecat opened this issue Mar 29, 2019 · 2 comments

Comments

@commutecat
Copy link

commutecat commented Mar 29, 2019

Attempt to import yara module under Python 3.7.2. will show import error

ImportError: /<virtual_environment_path> /lib/python3.7/site-packages/yara.cpython-37m-x86_64-linux-gnu.so: undefined symbol: OPENSSL_sk_num

openssl version affected : 1.1.0g

After some research, some suggest that affected module are not pointing to the correct openssl library contains OPENSSL_sk_num symbol.

To work around this problem , I downgrade my python working environment from 3.7 to 3.6.

@lujianwenance
Copy link

I also had a similar problem:
mportError: dlopen(/Library/Python/2.7/site-packages/yara.so, 2): Symbol not found: _OPENSSL_sk_free

@nanshihui
Copy link

same in python2.7

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

3 participants