No Delegates installed?

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

No Delegates installed?

Post by Jay »

Code: Select all

tar xvfz ImageMagick-6.5.1-0.tar.gz
cd ImageMagick-6.5.1-0
./configure
make
make install
it seemed to work how ever i can't open JPEG and PNG files anymore!

Code: Select all

convert -list configure

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

Name          Value
-------------------------------------------------------------------------------
CC            gcc -std=gnu99
CFLAGS        -g -O2 -Wall -W -pthread
CONFIGURE     ./configure  '--disable-openmp'
COPYRIGHT     Copyright (C) 1999-2009 ImageMagick Studio LLC
CPPFLAGS      -I/usr/local/include/ImageMagick
CXX           g++
CXXFLAGS      -pthread
DEFS          -DHAVE_CONFIG_H
DELEGATES
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
EXEC-PREFIX   /usr/local
HOST          x86_64-unknown-linux-gnu
LDFLAGS       -L/usr/local/lib
LIB_VERSION   0x651
LIB_VERSION_NUMBER 6,5,1,0
LIBS          -lMagickCore -lm -lpthread
NAME          ImageMagick
PCFLAGS
PREFIX        /usr/local
QuantumDepth  16
RELEASE_DATE  2009-04-01
VERSION       6.5.1
WEBSITE       http://www.imagemagick.org
any ideas?
Post Reply