markus79

Member
Apr 4, 2006
17
0
151
Installing the RPM for ImageMagick, and then the Perl module for PerlMagick results in a "Segmentation fault" when ever I try to run a Perl script using PerlMagick.

It seems ImageMagick is fine because whenever I use "convert" in bash it works correctly.

Thanks
Mark
 

casey

Well-Known Member
Jan 17, 2003
2,288
0
191
Go to the installation folder and run

make uninstall

Then, do

configure --prefix=/usr
make
make install

And you should be all set.
 
Last edited: