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

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
airstef
Posts: 2
Joined: 2013-02-18T07:20:43-07:00
Authentication code: 6789

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

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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
airstef
Posts: 2
Joined: 2013-02-18T07:20:43-07:00
Authentication code: 6789

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

Post by airstef »

thank you much for your answer, have a good day
Post Reply