I have installed ImageMagick 6.6.5-4, (this is the version we have on production) on a virtualised Cent OS x64 bits (which is a REDHAT @ 99%),
but when I want to display an image (./display logo.gif) I have this error :
display: delegate library support not built-in `' (X11) @ error/display.c/DisplayImageCommand/1892.
Here is the the ./convert -list configure answer :
as we can see I dont have any configured "DELEGATES", do you know why and how could I correct that please ?Name Value
-------------------------------------------------------------------------------
CC gcc -std=gnu99 -std=gnu99
CFLAGS -fopenmp -g -O2 -Wall -pthread
CONFIGURE ./configure '--prefix=/ccv/app/ImageMagick-6.6.5'
COPYRIGHT Copyright (C) 1999-2010 ImageMagick Studio LLC
CPPFLAGS -I/ccv/app/ImageMagick-6.6.5/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 --with-perl=no
EXEC-PREFIX /ccv/app/ImageMagick-6.6.5
FEATURES OpenMP
HOST x86_64-unknown-linux-gnu
LDFLAGS -L/ccv/app/ImageMagick-6.6.5/lib
LIB_VERSION 0x665
LIB_VERSION_NUMBER 6,6,5,4
LIBS -lMagickCore -lm -lgomp -lpthread
NAME ImageMagick
PCFLAGS -fopenmp
PREFIX /ccv/app/ImageMagick-6.6.5
QuantumDepth 16
RELEASE_DATE 2010-10-26
VERSION 6.6.5
WEBSITE http://www.imagemagick.org
Path: [built-in]
Name Value
-------------------------------------------------------------------------------
NAME ImageMagick
thank you for your help
ps : I am using Xming to redirect the graphics on my computeur and it works fine