No library found for -lMagickCore-6.Q16

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
SilenceGene
Posts: 1
Joined: 2015-03-17T03:49:09-07:00
Authentication code: 6789

No library found for -lMagickCore-6.Q16

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

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

Post 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.
Post Reply