PHP waarschuwing: Unable to load dynamic library 'imagick.so'

Kom je via SSH of een PHP script de volgende Imagick foutmelding tegen?

PHP Warning:  PHP Startup: Unable to load dynamic library 'imagick.so'

Geen probleem, Custombuild lost het op. Geef hiervoor de volgende commando's via SSH op je server:

cd /usr/local/directadmin/custombuild
./build set imagick yes
./build update
./build imagick

Deze commando's hebben de volgende functies:

Commando Uitleg
cd [...]/custombuild Ga naar de map waar CustomBuild gevonden kan worden
./build set imagick yes Zet de imagick-optie op 'yes', waardoor de nodige modules geïnstalleerd kunnen worden
./build update Laat CustomBuild zichzelf updaten en de laatste nieuwe versies van alle software en configuraties downloaden
./build imagick Geef CustomBuild de opdracht om de nodige Imagick-modules te gaan installeren

41 of 158 people found this helpful.   


Powered by LiveZilla Live Chat Software