PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
-
SilenceGene
- Posts: 1
- Joined: 2015-03-17T03:49:09-07:00
- Authentication code: 6789
Post
by SilenceGene » 2015-03-17T03:56:32-07:00
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.
-
magick
- Site Admin
- Posts: 11098
- Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2015-03-17T04:17:49-07:00
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.