-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Description
I installed in a clean virtual machine yara from sources:
./bootstrap.sh
./configure
make
sudo make install
and yara works fine.
Then, I installed yara-python from github:
git clone ...
python setup.py build
sudo python setup.py install
And when I received the next error when I import yara in python:
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yara
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/python2.7/dist-packages/yara_python-3.4.0.0-py2.7.egg/yara.so: undefined symbol: yr_finalize
Any idea?
Metadata
Metadata
Assignees
Labels
No labels