AutoMISP
AutoMISP copied to clipboard
Missing Library libfuzzy-dev
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
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