ImageMagick Installation problem (version 6.4.9-10)

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
sanojmn

ImageMagick Installation problem (version 6.4.9-10)

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: ImageMagick Installation problem (version 6.4.9-10)

Post 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
sanojmn

Re: ImageMagick Installation problem (version 6.4.9-10)

Post by sanojmn »

thank you very much its working.
Post Reply