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

yara.so: undefined symbol: sk_free #118

Closed
careyyoung opened this issue Oct 17, 2019 · 2 comments
Closed

yara.so: undefined symbol: sk_free #118

careyyoung opened this issue Oct 17, 2019 · 2 comments

Comments

@careyyoung
Copy link

hi
my env is:
python2.7.16 miniconda
install yara by yum, yum install yara, yara-3.10.0-3.el7.x86_64
install yara-python by pip, pip install yara-python3.10.0

but, when i run in python using: import yara, it raise exception:
ImportError: /root/miniconda2/lib/python2.7/site-packages/yara.so: undefined symbol: sk_free

i donot know what lib version is wrong, can you help me?

thanks for you attention.

@careyyoung
Copy link
Author

now i install yara_python-3.6.0, it is ok

@careyyoung
Copy link
Author

env info:
yara-3.10.0-3.el7.x86_64
yara-python3.10.0

when python2.7.15 with gcc>7.3.0, it will error:
ImportError: /root/miniconda2/lib/python2.7/site-packages/yara.so: undefined symbol: sk_free

now my python2.7.15 with gcc=7.2, it is ok now.

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

1 participant