AutoMISP icon indicating copy to clipboard operation
AutoMISP copied to clipboard

Missing Library libfuzzy-dev

Open Rudedog9d opened this issue 5 years ago • 1 comments

There is a missing library, which causes a pip install failure:

pydeep.c:2:10: fatal error: fuzzy.h: No such file or directory

Fix is apt-get install libfuzzy-dev

Rudedog9d avatar Oct 29 '20 19:10 Rudedog9d

There is an official installer that is well maintained and supported from Ubuntu 18.04 onwards, docs here: https://misp.github.io/MISP/INSTALL.ubuntu1804/

wget -O /tmp/INSTALL.sh https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL.sh bash /tmp/INSTALL.sh

SteveClement avatar Dec 17 '20 01:12 SteveClement