We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caf8524 + 3a668db commit fa9e98aCopy full SHA for fa9e98a
1 file changed
INSTALL/INSTALL.ubuntu2404.sh
@@ -252,6 +252,9 @@ if [ $INSTALL_SSDEEP == "y" ]; then
252
sudo apt install make -y &>> $logfile
253
error_check "The installation of make" || echo "Continuing despite error in installing make"
254
255
+ # Install libfuzzy-dev and link the .so to somewhere ./configure can pick it up
256
+ sudo apt install libfuzzy-dev
257
+ sudo ln -s /usr/lib/x86_64-linux-gnu/libfuzzy.so /usr/lib/libfuzzy.so
258
git clone --recursive --depth=1 https://github.com/JakubOnderka/pecl-text-ssdeep.git /tmp/pecl-text-ssdeep
259
error_check "Jakub Onderka's PHP8 SSDEEP extension cloning" || echo "Continuing despite error in cloning SSDEEP extension"
260
0 commit comments