Page 1 of 1

No library found for -lMagickCore-6.Q16

Posted: 2015-03-17T03:56:32-07:00
by SilenceGene
when I tried to install PerlMagick-6.89, an error occurred. What should I do next?

Code: Select all

$ perl Makefile.PL
Warning (mostly harmless): No library found for -lMagickCore-6.Q16
Generating a Unix-style Makefile
Writing Makefile for Image::Magick
Writing MYMETA.yml and MYMETA.json
I have tried to install it by cpan, but the error still occurred.

Re: No library found for -lMagickCore-6.Q16

Posted: 2015-03-17T04:17:49-07:00
by magick
PerlMagick depends on a modern version of ImageMagick. Check to see if ImageMagick is installed on your system. You can also download the ImageMagick source distribution. Add --with-perl to your configure script command-line, then build and install. This will install PerlMagick.