Page 1 of 1

Cent OS : display: delegate library support not built-in

Posted: 2013-02-18T07:30:46-07:00
by airstef
Hello everyone,

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 :
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
as we can see I dont have any configured "DELEGATES", do you know why and how could I correct that please ?

thank you for your help

ps : I am using Xming to redirect the graphics on my computeur and it works fine

Re: Cent OS : display: delegate library support not built-in

Posted: 2013-02-18T15:22:14-07:00
by fmw42
If you installed from source, you will have no delegates unless you install them first before installing IM. see http://www.imagemagick.org/download/delegates/

It would probably be better to install on Linux from a binary RPM. See http://www.imagemagick.org/script/binary-releases.php

Re: Cent OS : display: delegate library support not built-in

Posted: 2013-02-19T02:48:54-07:00
by airstef
thank you much for your answer, have a good day