Problems with PerlMagick
Posted: 2007-06-06T12:08:21-07:00
Hello,
I have a server with CentOS system and cPanel/WHM.
The ImageMagick was installed using this:
mkdir /home/cpim
cd /home/cpim
/scripts/installrpm ImageMagick
/scripts/installrpm ImageMagick-devel
wget http://layer1.cpanel.net/magick.tar.gz
tar zxvf magick.tar.gz
cd magick
sh install
And installing PerlMagick after, but the scripts are not working.
The error in Apache:
I have a server with CentOS system and cPanel/WHM.
The ImageMagick was installed using this:
mkdir /home/cpim
cd /home/cpim
/scripts/installrpm ImageMagick
/scripts/installrpm ImageMagick-devel
wget http://layer1.cpanel.net/magick.tar.gz
tar zxvf magick.tar.gz
cd magick
sh install
And installing PerlMagick after, but the scripts are not working.
The error in Apache:
Thank you.Can't load '/usr/lib/perl5/site_perl/5.8.7/i686-linux/auto/Image/Magick/Magick.so' for module Image::Magick: libMagick.so.10: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.7/i686-linux/DynaLoader.pm line 230.
at testalogo.pl line 8
Compilation failed in require at testalogo.pl line 8.
BEGIN failed--compilation aborted at testalogo.pl line 8.