PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
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:
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.
For more complete information, I receive this when trying to install PerlMagick:
agick.xs: In function `SetAttribute':
Magick.xs:1330: structure has no member named `gravity'
Magick.xs:1475: warning: assignment makes pointer from integer without a cast
Magick.xs: In function `XS_Image__Magick_Get':
Magick.xs:3198: structure has no member named `gravity'
Magick.xs: In function `XS_Image__Magick_Mogrify':
Magick.xs:4704: structure has no member named `family'
Magick.xs:4707: structure has no member named `style'