kbandla / pydeep

Python bindings for ssdeep
Other
91 stars 33 forks source link

Installation error libfuzzy.so.2 #15

Closed Mato-Z closed 7 years ago

Mato-Z commented 7 years ago

Hello,

I have installed the latest version of pydeep according https://github.com/kbandla/pydeep/blob/master/INSTALL to Debian 8 x64. I installed ssdeep 2.13 accoding this http://ssdeep.sourceforge.net/usage.html#install. When I run python setup.py test in pydeep installation process I get this error:

running test
Traceback (most recent call last):
  File "test.py", line 7, in <module>
    import pydeep
ImportError: libfuzzy.so.2: cannot open shared object file: No such file or directory

Can you help me please? Thanks.

kbandla commented 7 years ago

Did you rebuild the cache after installing ssdeep? If not, run sudo ldconfig, and try again. Let me know if it works.

Mato-Z commented 7 years ago

@kbandla Many thanks! After I ran ldconfig, output is: Tests Successful. So it works, thanks!

kbandla commented 7 years ago

I should add this to the installation instructions..