Hello IM users. My first post but I've been working on this installation of Imagemagick for several days. This last issue I have been stuck on
for sometime so I'm hoping someone can give a noobie some insight. I'm running on AIX 5.3. I have successfully installed several delegates (jpeg, tiff, png)
which seem to be located in /usr/local/lib. I then got Imagemagick 6.2.8 source installed in the normal fashion .. configure, make, make install.
Everything now seems to be installed correctly. My output from the configure seems to find the delegates or so it seems -->
ImageMagick is configured as follows. Please verify that this configuration
matches your expectations.
Host system type : powerpc-ibm-aix5.3.0.0
Option Value
-------------------------------------------------------------------------
Shared libraries --enable-shared=yes yes
Static libraries --enable-static=no no
Module support --with-modules=yes yes
GNU ld --with-gnu-ld=no no
Quantum depth --with-quantum-depth=16 16
Delegate Configuration:
BZLIB --with-bzlib=yes yes
DPS --with-dps=yes no
FlashPIX --with-fpx=no no
FontConfig --with-fontconfig=yes yes
FreeType --with-freetype=yes yes
GhostPCL None pcl6 (unknown)
Ghostscript None gs (8.54)
Ghostscript fonts --with-gs-font-dir=default /usr/local/share/ghostscript/fonts/
Ghostscript lib --with-gslib=yes no
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes yes
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=yes no
LCMS --with-lcms=yes no
Magick++ --with-magick-plus-plus=yes yes
PERL --with-perl=yes /usr/local/bin/perl
PNG --with-png=yes yes
RSVG --with-rsvg=yes no
TIFF --with-tiff=yes yes
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=yes no
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes
X11 Configuration:
X_CFLAGS =
X_PRE_LIBS = -lSM -lICE
X_LIBS =
X_EXTRA_LIBS =
Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.2.8
CC = gcc
CFLAGS = -g -O2 -Wall -D_THREAD_SAFE
CPPFLAGS = -I/usr/local/include
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -L/usr/local/lib -L/opt/freeware/lib -lfreetype -lz -L/opt/freeware/lib
LIBS = -lMagick -ltiff -lfreetype -ljpeg -L/opt/freeware/lib -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lpthreads -lm -lpthreads
CXX = g++
CXXFLAGS = -D_THREAD_SAFE
I have tried many different configure options which hasn't done anything to change the outcome. Everytime I look to see if the delegates were loaded it comes up with ->
# identify -list format
Format Module Mode Description
-------------------------------------------------------------------------------
* native blob support
So I'm pretty much stuck at this point. I've read through the notes, lurked around the forums. I did see something about installing the dev packages for the delegates but I did not think that was necessary since I'm using the source files from http://www.imagemagick.org/download/delegates/ plus I can't find anything resembling dev packages to download. Any insight would be appreciated at this point .. thx!
Need help with delegates which are not found but installed
Re: Need help with delegates which are not found but install
Did you check file permissions of your /usr/local path? Try this command:
- convert -debug configure logo: logo.pnm
Re: Need help with delegates which are not found but install
Well it seems these files are the in 2 directories out of the ones it searches through .. and then it states loading file coder.xml, etc. I opened up the permissions to these files but it seems like it's finding them. I bolded where coder.xml and delegates.xml are located.
# convert -debug configure logo: logo.pnm
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.2.8/config/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.2.8/config/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.2.8/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.2.8/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/home/cisadm/.magick/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: coder.c/LoadCoderList/612/Configure
Loading coder file "/usr/local/share/ImageMagick-6.2.8/config/coder.xml" ...
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: coder.c/LoadCoderList/612/Configure
Loading coder file "coder.xml" ...
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.2.8/config/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.2.8/config/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.2.8/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.2.8/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/home/cisadm/.magick/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: delegate.c/LoadDelegateList/1159/Configure
Loading delegate file "/usr/local/lib/ImageMagick-6.2.8/config/delegates.xml" ...
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: utility.c/ExpandFilenames/805/Configure
Command line: convert{-debug}{configure}{logo:}{logo.pnm}
convert: unable to open image `logo:': No such file or directory.
convert: missing an image filename `logo.pnm'.
# convert -debug configure logo: logo.pnm
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.2.8/config/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.2.8/config/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.2.8/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.2.8/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/home/cisadm/.magick/coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "coder.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: coder.c/LoadCoderList/612/Configure
Loading coder file "/usr/local/share/ImageMagick-6.2.8/config/coder.xml" ...
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: coder.c/LoadCoderList/612/Configure
Loading coder file "coder.xml" ...
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.2.8/config/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.2.8/config/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.2.8/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.2.8/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "/home/cisadm/.magick/delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: configure.c/GetConfigureOptions/486/Configure
Searching for configure file: "delegates.xml"
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: delegate.c/LoadDelegateList/1159/Configure
Loading delegate file "/usr/local/lib/ImageMagick-6.2.8/config/delegates.xml" ...
22:00:42 0:01 0.000u 6.2.8 Configure convert[720922]: utility.c/ExpandFilenames/805/Configure
Command line: convert{-debug}{configure}{logo:}{logo.pnm}
convert: unable to open image `logo:': No such file or directory.
convert: missing an image filename `logo.pnm'.
Re: Need help with delegates which are not found but install
I have also tried installing a more recent version but the result is the same so doesn't seem like a imagemagick issue. Strange how the configure can find the delegates that are installed but after IM install it can't find any. Just perplexed right now ..
Re: Need help with delegates which are not found but install
If you can, try to download ImageMagick 6.6.4-0, the current release. If that fails, try adding --disable-shared on your configure script command line and rebuild and reinstall.
Re: Need help with delegates which are not found but install
I had tried this option before and hit some errors. I tried again on a newer version with this flag and it worked this time. Your help is very much appreciated! 
