in reply to Re: Hacking Movable Type
in thread Hacking Movable Type

Yeah, I think you are on to something with the configuration of Image::Magick. I keep getting this error:
perl: constitute.c:2015: ReadImage: Assertion `image_info->signature == 0xabacadab' failed.
when Image::Magick gets called by Perl.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop";
$nysus = $PM . $MCF;
Click here if you love Perl Monks

Replies are listed 'Best First'.
Re: Re: Re: Hacking Movable Type
by thpfft (Chaplain) on Mar 31, 2003 at 19:39 UTC

    I've never seen that particular error, but if the command-line tools work and the perl tools don't, it's nearly always because the installations of Imagemagick and Perlmagick don't match.

    If you installed IM from the source, try installing the version of Perlmagick in the same package, with a configuration that corresponds to what you used for IM. If you didn't, then may Allah smile upon your unworthy brow, for you are about to start :)