Skip to content

undefined symbol: yr_finalize #7

@plutec

Description

@plutec

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions