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
ImageMagick Installation problem (version 6.4.9-10)
Re: ImageMagick Installation problem (version 6.4.9-10)
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)
thank you very much its working.