php5-imagick missing dependancy

Bug #200666 reported by Simon Green
4
Affects Status Importance Assigned to Milestone
php-imagick (Ubuntu)
New
Undecided
Unassigned

Bug Description

Release: hardy
Package: php5-imagick 2.0.1-1
Requires: libmagick9

Without installing libmagick9 manually after installing php5-imagick you get this 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

Revision history for this message
fullo (ffullone) wrote :

a simpler solution is to create two symbolic links

 ln -s /usr/lib/libMagick.so.10 /usr/lib/libMagick.so.9
 ln -s /usr/lib/libWand.so.10 /usr/lib/libWand.so.9

Revision history for this message
Harry Sufehmi (harry-sufehmi) wrote :

hm, that doesn't work, these are the correct 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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.