Skip to content

Commit fa9e98a

Browse files
authored
Merge pull request MISP#10428 from SteveClement/fix/installer_ssdeep
fix: [ssdeep] Fixes issue MISP#10426 of pecl ssdeep not compiling
2 parents caf8524 + 3a668db commit fa9e98a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

INSTALL/INSTALL.ubuntu2404.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ if [ $INSTALL_SSDEEP == "y" ]; then
252252
sudo apt install make -y &>> $logfile
253253
error_check "The installation of make" || echo "Continuing despite error in installing make"
254254

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
255258
git clone --recursive --depth=1 https://github.com/JakubOnderka/pecl-text-ssdeep.git /tmp/pecl-text-ssdeep
256259
error_check "Jakub Onderka's PHP8 SSDEEP extension cloning" || echo "Continuing despite error in cloning SSDEEP extension"
257260

0 commit comments

Comments
 (0)