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)
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to