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

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Ryland

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

Post 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)
Post Reply