PerlMagick isn't configured nor compiled

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
naoliv
Posts: 110
Joined: 2007-12-10T18:54:27-07:00
Location: Brazil

PerlMagick isn't configured nor compiled

Post 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!
Heiler81
Posts: 63
Joined: 2009-03-12T01:52:24-07:00
Authentication code: 8675309
Location: Germany, Stuttgart

Re: PerlMagick isn't configured nor compiled

Post by Heiler81 »

does it work with ./configure --without-perl
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PerlMagick isn't configured nor compiled

Post by magick »

Try this:
  • cd ImageMagick-6.5.4-8/PerlMagick
    perl Makefile.PL
    make install
We'll fix the documentation.
Post Reply