Page 1 of 1

demo script works in IM/Window XP, seg faults in IM/Linux

Posted: 2008-05-30T14:22:17-07:00
by Ryland
I was trying to make a script that creates an animated GIF, but it kept crashing/seg faulting on my web host's Linux server. I uploaded the annotate.pl script from the PerlMagick/demos folder in my ImageMagick installation, and it does the same thing: crash and seg fault. The annotate.pl script works fine on my local machine. Both my web host and my local machine have ImageMagick 6.4.1 Q16 installed. My local machine is running Windows XP SP3; my web host is running Linux 2.6.9-55.0.2.ELsmp.

Here's the error message I get:

Code: Select all

Can't load '/usr/lib/perl5/site_perl/5.8.8/i686-linux/auto/Image/Magick/Magick.so' for module Image::Magick: libMagickCore.so.1: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.8/i686-linux/DynaLoader.pm line 230.
 at ./annotate.pl line 3
Compilation failed in require at ./annotate.pl line 3.
BEGIN failed--compilation aborted at ./annotate.pl line 3.
Out of memory!
Segmentation fault (core dumped)