[magick-users] HELP : Perl program based on Image Magick :: Not working

Illtud Daniel illtud.daniel at llgc.org.uk
Mon Jan 29 07:31:21 CST 2007


Shameer Khadar wrote:

> for module Image::Magick: libMagick.so.10: cannot open shared object file:

If you've installed ImageMagick to /usr/local/, then you need to add:
/usr/local/lib
to the file /etc/ld.so.conf

then run 'ldconfig' as root so that the system can find the shared
library. Red Hat doesn't include /usr/local/lib by default, so I
guess CentOS doesn't either.

(or you can add:

use lib '/usr/local/lib';

to you your perl script as well)


More information about the Magick-users mailing list