Need help with delegates which are not found but installed
Posted: 2010-09-09T17:10:15-07:00
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!
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!