Page 1 of 1

Convert error on AIX 5.3.3.

Posted: 2008-04-30T08:34:52-07:00
by jcasique
Hi, I just installed ImageMagick 6.4.0 on AIX 5.3.3 system during the compilation I got severals warnings but finally I installed. When I try to convert a TIFF image to JPEG I got this error:

convert: no decode delegate for this image format `0400053135.tiff'.
convert: missing an image filename `0400053135.jpg'.

I run this command "convert -list configure"

Path: /usr/local/lib/ImageMagick-6.4.0/config/configure.xml

Name Value
-------------------------------------------------------------------------------
CC gcc
CFLAGS -g -O2 -Wall -W
CONFIGURE ./configure --enable-delegate-build --without-perl --without-x --without-magick-plus-plus --without-bzlib -without-dps --without-fpx --without-gslib --without-jbig --without-wmf --without-rsvg --without-openexr --without-gvc --without-png --without-lcms --without-freetype --without-jp2
COPYRIGHT Copyright (C) 1999-2008 ImageMagick Studio LLC
CPPFLAGS -I/usr/local/include/ImageMagick
CXX g++
CXXFLAGS -g -O2 -Wall -W
DEFS -DHAVE_CONFIG_H
DELEGATES jpeg tiff zlib
DISTCHECK_CONFIG_FLAGS --disable-deprecate --with-quantum-depth=16 --with-bzlib=no --with-dps=no --with-djvu=no --with-fpx=no --with-gslib=no --with-jbig=no --with-jp2=no --with-umem=no --with-wmf=no --with-fontpath= --with-fontconfig=no --with-freetype=no --with-lcms=no --with-png=no --with-gvc=no --with-lqr=no --with-openexr=no --with-rsvg=no --with-xml=no
EXEC-PREFIX /usr/local
HOST powerpc-ibm-aix5.3.0.0
LDFLAGS -L/usr/local/lib -L/descarga/ImageMagick/jpeg -L/descarga/ImageMagick/magick/.libs -L/descarga/ImageMagick/magick -L/descarga/ImageMagick/tiff/libtiff -L/descarga/ImageMagick/wand/.libs -L/descarga/ImageMagick/wand -L/descarga/ImageMagick/zlib
LIB_VERSION 0x640
LIB_VERSION_NUMBER 6,4,0,9
LIBS -lMagickCore -ltiff -ljpeg -lz ${top_build_prefix}ltdl/libltdlc.la -lm
NAME ImageMagick
PCFLAGS
PREFIX /usr/local
QuantumDepth 16
RELEASE_DATE 04/30/08
VERSION 6.4.0
WEBSITE http://www.imagemagick.org

Any help will appreciate

Re: Convert error on AIX 5.3.3.

Posted: 2008-04-30T08:59:12-07:00
by magick
The configure list suggests TIFF support is built-in. This means that the TIFF coder module has permission problems or the module cannot find the TIFF library. Type
  • convert -debug module logo: logo.tif
The output should reveal why ImageMagick is not processing your TIFF image.

Re: Convert error on AIX 5.3.3.

Posted: 2008-04-30T09:11:17-07:00
by jcasique
I run the command and this is the message

2008-04-30T11:33:18-05:00 0:01 0.000u 6.4.0 Module convert[1507588]: module.c/unknown/1077/Module
Searching for module "MAGICK" using filename "magick.la"
2008-04-30T11:33:18-05:00 0:01 0.000u 6.4.0 Module convert[1507588]: module.c/unknown/479/Module
Searching for coder module file "magick.la" ...
2008-04-30T11:33:18-05:00 0:01 0.030u 6.4.0 Module convert[1507588]: module.c/unknown/1077/Module
Searching for module "MAGICK" using filename "magick.la"
2008-04-30T11:33:18-05:00 0:01 0.030u 6.4.0 Module convert[1507588]: module.c/unknown/479/Module
Searching for coder module file "magick.la" ...
2008-04-30T11:33:18-05:00 0:01 0.030u 6.4.0 Module convert[1507588]: module.c/unknown/1077/Module
Searching for module "MAGICK" using filename "magick.la"
2008-04-30T11:33:18-05:00 0:01 0.030u 6.4.0 Module convert[1507588]: module.c/unknown/479/Module
Searching for coder module file "magick.la" ...
2008-04-30T11:33:18-05:00 0:01 0.030u 6.4.0 Module convert[1507588]: module.c/unknown/1077/Module
Searching for module "MAGICK" using filename "magick.la"
2008-04-30T11:33:18-05:00 0:01 0.030u 6.4.0 Module convert[1507588]: module.c/unknown/479/Module
Searching for coder module file "magick.la" ...
2008-04-30T11:33:18-05:00 0:01 0.030u 6.4.0 Module convert[1507588]: module.c/unknown/1077/Module
Searching for module "MAGICK" using filename "magick.la"
2008-04-30T11:33:18-05:00 0:01 0.030u 6.4.0 Module convert[1507588]: module.c/unknown/479/Module
Searching for coder module file "magick.la" ...
convert: unable to open image `logo:': No such file or directory.
convert: missing an image filename `logo.tif'.

Re: Convert error on AIX 5.3.3.

Posted: 2008-04-30T09:21:11-07:00
by magick
It doesn't look like ImageMagick is finding its dependencies. Type
  • convert -debug configure logo: logo.tif
Hopefully the debugging output will tell you where ImageMagick is looking for certain files and not finding them.

Re: Convert error on AIX 5.3.3.

Posted: 2008-04-30T11:53:18-07:00
by jcasique
Here the result

2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.4.0/config/coder.xml"
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.4.0/config/coder.xml"
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.4.0/coder.xml"
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.4.0/coder.xml"
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/Keoncheq/.magick/coder.xml"
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "coder.xml"
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: coder.c/unknown/634/Configure
Loading coder map "/usr/local/lib/ImageMagick-6.4.0/config/coder.xml" ...
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: coder.c/unknown/634/Configure
Loading coder map "/usr/local/share/ImageMagick-6.4.0/config/coder.xml" ...
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: coder.c/unknown/634/Configure
Loading coder map "/usr/local/share/doc/ImageMagick-6.4.0/coder.xml" ...
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: coder.c/unknown/634/Configure
Loading coder map "/usr/local/share/ImageMagick-6.4.0/coder.xml" ...
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: locale.c/unknown/831/Configure
Loading locale map "/usr/local/lib/ImageMagick-6.4.0/config/locale.xml" ...
2008-04-30T14:18:09-04:00 0:01 0.000u 6.4.0 Configure convert[1438006]: locale.c/unknown/831/Configure
Loading locale map "/usr/local/lib/ImageMagick-6.4.0/config/english.xml" ...
2008-04-30T14:18:09-04:00 0:01 0.040u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.4.0/config/delegates.xml"
2008-04-30T14:18:09-04:00 0:01 0.040u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.4.0/config/delegates.xml"
2008-04-30T14:18:09-04:00 0:01 0.040u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.4.0/delegates.xml"
2008-04-30T14:18:09-04:00 0:01 0.040u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.4.0/delegates.xml"
2008-04-30T14:18:09-04:00 0:01 0.040u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "/Keoncheq/.magick/delegates.xml"
2008-04-30T14:18:09-04:00 0:01 0.040u 6.4.0 Configure convert[1438006]: configure.c/unknown/482/Configure
Searching for configure file: "delegates.xml"
2008-04-30T14:18:09-04:00 0:01 0.040u 6.4.0 Configure convert[1438006]: delegate.c/unknown/1166/Configure
Loading delegate map "/usr/local/lib/ImageMagick-6.4.0/config/delegates.xml" ...
2008-04-30T14:18:09-04:00 0:01 0.040u 6.4.0 Configure convert[1438006]: utility.c/unknown/809/Configure
Command line: convert {-debug} {configure} {logo:} {logo.tif}
convert: unable to open image `logo:': No such file or directory.
convert: missing an image filename `logo.tif'.

Re: Convert error on AIX 5.3.3. [SOLVED]

Posted: 2008-05-05T06:17:52-07:00
by jcasique
Hi, I finally solved the problem using --disabled-share option with configure.

Thanks to everyone