Page 1 of 1

ImageMagick conflict with Image::Size?

Posted: 2007-06-18T23:10:32-07:00
by andresn
Hallo,

I have installed ImageMagick from source today and faced several problems:

the Perl module Image::Size showed strange behaviour:
sub routine (required from main script) stopped printing HTML-Output and main script continued printing HTML output (no entry in error log) --> HTML-Pages with code missing in the middle of the page
main script stopped printing HTML Output after 65kb (no entry in error log)

uninstalled ImageMagick via make uninstall and got
/usr/libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.4/i386-freebsd/auto/Image/Magick/Magick.so: Undefined symbol "MagickCoreGenesis"

installed and uninstalled again, now getting
Out of memory messages in error log

is there a way to completely uninstall PerlMagick?
which configuration files are modified during the installation process (Perl, FreeBsD)?
can these problems result from not choosing --enable-shared option (first installation)?

trying to reintsall Image::Size
make test results in
PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.4 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/all....ok 12/16Deep recursion on subroutine "Image::Magick::AUTOLOAD" at /usr/local/lib/perl5/site_perl/5.8.4/i386-freebsd/Image/Magick.pm line 42.
Out of memory!

Any ideas how to fix this problem?

FreeBSD 4.7-RELEASE-p28 (VKERN) #47: Tue Apr 10 10:28:38 MDT 2007
Perl Version 5.8.4
installed from source ImageMagick-6.3.4-10.tar.gz

Thanks a lot

Andre