Page 1 of 1

PerlMagick isn't configured nor compiled

Posted: 2009-08-03T22:15:48-07:00
by naoliv
Hi!

With ImageMagick 6.5.1-0, a simple "./configure; make" would configure and compile both ImageMagick and PerlMagick.
Now with 6.5.4-8 it seems that doing the same process, files inside the PerlMagick dir aren't touch (no PerlMagick is configured nor compiled).

Install-unix.txt says "By default, PerlMagick is conveniently compiled and installed as part of ImageMagick's normal "configure", "make", "make install" process." so I think that nothing has changed from the previous versions.

Maybe something needs to be fixed, introduced by this change?

Code: Select all

2009-05-25  6.5.2-9 Cristy  <quetzlzacatenango@image...>
  * Rebuild automake / autoconf scripts.
Thank you!

Re: PerlMagick isn't configured nor compiled

Posted: 2009-08-03T23:46:54-07:00
by Heiler81
does it work with ./configure --without-perl

Re: PerlMagick isn't configured nor compiled

Posted: 2009-08-04T05:43:06-07:00
by magick
Try this:
  • cd ImageMagick-6.5.4-8/PerlMagick
    perl Makefile.PL
    make install
We'll fix the documentation.