No Delegate error; Ubuntu Server 10.4

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
angela

No Delegate error; Ubuntu Server 10.4

Post by angela »

I'm migrating an old server with PerlMagick doing its thing nicely, to a new server where it won't.

I'm running Ubuntu Server 10.4, whilst the old is CentOs 4
One perl script grabs a png image and slices it. At the stage of processing the image the system bails out. Only the script error reports show any error messages - the logs are empty.
Error says:

Code: Select all

NoDecodeDelegateForThisImageFormat `/var/www/clients/client0/web2/web/images/capture2151.png' @ constitute.c/ReadImage/530
but convert -list configure (results below) says the delgate is there. I re-installed IM 4 times now with make test for perl magick passing 100%.

Any Guru able to help clear my mist please?

Code: Select all

Path: /usr/local/lib/ImageMagick-6.6.3/config/configure.xml

Name          Value
-------------------------------------------------------------------------------
CC            gcc -std=gnu99 -std=gnu99
CFLAGS        -fopenmp -g -O2 -Wall -pthread
CONFIGURE     ./configure  '--with-perl-options=-L/usr/local/lib'
COPYRIGHT     Copyright (C) 1999-2010 ImageMagick Studio LLC
CPPFLAGS      -I/usr/local/include/ImageMagick
CXX           g++
CXXFLAGS      -g -O2 -pthread
DEFS          -DHAVE_CONFIG_H
DELEGATES     jpeg jng mpeg png zlib
DISTCHECK_CONFIG_FLAGS --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-fontconfig=no --with-gslib=no --with-fontpath= --with-rsvg=no --with-xml=no --with-perl=no
EXEC-PREFIX   /usr/local
FEATURES      OpenMP 
HOST          x86_64-unknown-linux-gnu
LDFLAGS       -L/usr/local/lib 
LIB_VERSION   0x663
LIB_VERSION_NUMBER 6,6,3,9
LIBS          -lMagickCore -ljpeg -lpng -lz -lm -lgomp -lpthread -lltdl
NAME          ImageMagick
PCFLAGS       -fopenmp
PREFIX        /usr/local
QuantumDepth  16
RELEASE_DATE  2010-09-02
VERSION       6.6.3
WEBSITE       http://www.imagemagick.org

Path: [built-in]

Name          Value
-------------------------------------------------------------------------------
NAME          ImageMagick
angela

Re: No Delegate error; Ubuntu Server 10.4

Post by angela »

Cor! It's good 'ere innit?
Post Reply