Imagemagick error when starting PHP
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/imagick.so' - libWand.so.9: cannot open shared object file: No such file or directory in Unknown on line 0
Just issue the following commands,
# ln -s /usr/lib/libWand.so.10.0.9 /usr/lib/libWand.so.9 # ln -s /usr/lib/libMagick.so.10.0.9 /usr/lib/libMagick.so.9
or substitute the appropriate library in place of 10.0.9.
[Click to add or edit comments])
Please prepend comments below including a date