Page 1 of 1

ImageMagick Installation problem (version 6.4.9-10)

Posted: 2009-03-13T02:56:57-07:00
by sanojmn
Hi All.

I have a problem with ImageMagick-6.4.9-10. After giving make command i am getting this error:

BEGIN failed--compilation aborted at Makefile.PL line 24.
make[1]: *** [PerlMagick/Makefile] Error 2
make[1]: Leaving directory `/root/ImageMagick-6.4.9-10'
make: *** [all] Error 2

I fed up with error i dont know what is happening.

My system is Fedora 8 and its an EC2 instance.

Please help me

Sanoj

Re: ImageMagick Installation problem (version 6.4.9-10)

Posted: 2009-03-13T07:12:14-07:00
by magick
You can build ImageMagick without PerlMagick support by adding --without-perl to your configure script command line. Otherwise you can install ImageMagick by ignoring this exception with this command:
  • make -k -i install

Re: ImageMagick Installation problem (version 6.4.9-10)

Posted: 2009-03-17T07:23:07-07:00
by sanojmn
thank you very much its working.