Page 1 of 1

Installing ImageMagick-6.2.6-1 on solaris10

Posted: 2009-07-26T21:29:37-07:00
by goswami_shuchi
Hi All,

I am trying to install ImageMagick-6.2.6-1 on solaris 10 for last 2 weeks. I am able to compile it but when I try to run "make" command I get following error

Code: Select all

source='Magick++/lib/Blob.cpp' object='Magick++/lib/Blob.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ./depcomp \
/bin/bash ./libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H  -I. -I. -I./magick -I./wand  -I. -I.  -I./Magick++/lib -I./Magick++/lib -I/usr/include/libxml2   -D_REENTRANT -pthread -c -o Magick++/lib/Blob.lo Magick++/lib/Blob.cpp
libtool: ignoring unknown tag CXX
ld.so.1: g++: fatal: /app1/collabadm/collab/Autonomy/IDOL/modules/libiconv.so.2: Permission denied
./libtool: line 1279: 18801 Killed                  g++ -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I. -I. -I./Magick++/lib -I./Magick++/lib -I/usr/include/libxml2 -D_REENTRANT -pthread -c Magick++/lib/Blob.cpp -fPIC -DPIC -o Magick++/lib/.libs/Blob.o
*** Error code 1
make: Fatal error: Command failed for target `Magick++/lib/Blob.lo'
I need to install this previous version because I am using is with another application to crop images. And that application is created using this version only.

Although it is working perfectly fine in windows system, I want to run it on solaris10.

Any suggestions on how can I get it build and install?

Re: Installing ImageMagick-6.2.6-1 on solaris10

Posted: 2009-07-27T06:19:36-07:00
by magick
It looks like you need to reorder your dynamic library paths, perhaps the LD_LIBRARY_PATH environment variable. The build is picking up the libiconv path here: /app1/collabadm/collab/Autonomy/IDOL/modules/libiconv.so.2, instead of in the system path (e.g. /usr/lib) and this is causing the build to fail.

Re: Installing ImageMagick-6.2.6-1 on solaris10

Posted: 2009-07-27T21:22:31-07:00
by goswami_shuchi
Thanks for the response :D
But still I am not able to install imagemagick.

I don't have libiconv.so.2 file in /usr/lib that is why it is picking this file from /app1/collabadm/collab/Autonomy/IDOL/modules/

I try to copy paste libiconv.so.2 from /app1/collabadm/collab/Autonomy/IDOL/modules/ to /usr/lib and then run make command. Make command run successfully without any error messages.

After running sudo make install I get following error message

Code: Select all

#: sudo make install
test -z "/usr/local/lib" || /bin/bash ./mkinstalldirs "/usr/local/lib"
 /bin/bash ./libtool --silent --mode=install ./install-sh -c  'magick/libMagick.la' '/usr/local/lib/libMagick.la'
 /bin/bash ./libtool --silent --mode=install ./install-sh -c  'wand/libWand.la' '/usr/local/lib/libWand.la'
libtool: install: warning: relinking `wand/libWand.la'
gcc: unrecognized option `-pthread'
 /bin/bash ./libtool --silent --mode=install ./install-sh -c  'Magick++/lib/libMagick++.la' '/usr/local/lib/libMagick++.la'
libtool: install: warning: relinking `Magick++/lib/libMagick++.la'
libtool: ignoring unknown tag CXX
gcc: unrecognized option `-pthread'
test -z "/usr/local/bin" || /bin/bash ./mkinstalldirs "/usr/local/bin"
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/animate' '/usr/local/bin/animate'
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/compare' '/usr/local/bin/compare'
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/composite' '/usr/local/bin/composite'
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/conjure' '/usr/local/bin/conjure'
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/convert' '/usr/local/bin/convert'
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/display' '/usr/local/bin/display'
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/identify' '/usr/local/bin/identify'
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/import' '/usr/local/bin/import'
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/mogrify' '/usr/local/bin/mogrify'
  /bin/bash ./libtool --silent --mode=install ./install-sh -c 'utilities/montage' '/usr/local/bin/montage'
test -z "/usr/local/bin" || /bin/bash ./mkinstalldirs "/usr/local/bin"
 ./install-sh -c 'magick/Magick-config' '/usr/local/bin/Magick-config'
 ./install-sh -c 'Magick++/bin/Magick++-config' '/usr/local/bin/Magick++-config'
 ./install-sh -c 'wand/Wand-config' '/usr/local/bin/Wand-config'
cd PerlMagick && /usr/bin/perl Makefile.PL 
Checking if your kit is complete...
Looks good
Warning: -L../magick/.libs changed to -L/app1/collabadm/Software/ImageMagick-6.2.6/PerlMagick/../magick/.libs
Writing Makefile for Image::Magick
( cd PerlMagick && make CC='gcc' && \
make CC='gcc' install && \
make clean && rm -f  Makefile.old )
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/usr/bin/perl /usr/perl5/5.8.4/lib/ExtUtils/xsubpp  -typemap /usr/perl5/5.8.4/lib/ExtUtils/typemap  Magick.xs > Magick.xsc && mv Magick.xsc Magick.c
gcc -c  -I../ -I.. -I/usr/include/libxml2  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -g -O2 -Wall -D_REENTRANT -pthread -xO3 -xspace -xildoff    -DVERSION=\"6.2.6\"  -DXS_VERSION=\"6.2.6\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE"  -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H Magick.c
gcc: unrecognized option `-pthread'
gcc: unrecognized option `-KPIC'
gcc: language ildoff not recognized
gcc: Magick.c: linker input file unused because linking not done
Running Mkbootstrap for Image::Magick ()
chmod 644 Magick.bs
rm -f blib/arch/auto/Image/Magick/Magick.so
LD_RUN_PATH="/usr/local/lib:/usr/lib" cc  -L/usr/local/lib -G Magick.o  -o blib/arch/auto/Image/Magick/Magick.so   -L/usr/local/lib -L/app1/collabadm/Software/ImageMagick-6.2.6/PerlMagick/../magick/.libs -lMagick -L/usr/lib -ltiff -ljpeg -lpng -lXext -lXt -lSM -lICE -lX11 -lsocket -lnsl -lbz2 -lxml2 -lz -lpthread -lm -lpthread   
/usr/ucb/cc:  language optional software package not installed
*** Error code 1
make: Fatal error: Command failed for target `blib/arch/auto/Image/Magick/Magick.so'
Current working directory /app1/collabadm/Software/ImageMagick-6.2.6/PerlMagick
*** Error code 1
make: Fatal error: Command failed for target `install-exec-perl'
Current working directory /app1/collabadm/Software/ImageMagick-6.2.6
*** Error code 1
The following command caused the error:
make  install-exec-am install-data-am
make: Fatal error: Command failed for target `install-am'
Do I have to download libiconv.so.2 in order to install imagemagic as it was not present in lib?

Re: Installing ImageMagick-6.2.6-1 on solaris10

Posted: 2009-07-28T06:27:22-07:00
by magick
You can try a force install with 'make -k -i install'. If that fails, try building ImageMagick 6.5.4-6, the latest release.

Re: Installing ImageMagick-6.2.6-1 on solaris10

Posted: 2009-07-28T23:21:47-07:00
by goswami_shuchi
Thanks, I have installed Imagemagick on my solaris box.

But I have 2 question here :

1. I am getting following result from "make check" does that means imagemagick installed successfully

Code: Select all

===========================================
62 of 714 tests failed
Please report to http://www.imagemagick.org
===========================================
*** Error code 1
The following command caused the error:
failed=0; all=0; xfail=0; xpass=0; skip=0; \
srcdir=.; export srcdir; \
list='tests/constitute_char_bgro.sh  tests/constitute_char_bgrp.sh  tests/constitute_char_bgr.sh  tests/constitute_char_cmyk.sh  tests/constitute_char_cmy.sh  tests/constitute_char_i.sh  tests/constitute_char_prgb.sh  tests/constitute_char_rgba.sh  tests/constitute_char_rgbo.sh  tests/constitute_char_rgb.sh  tests/constitute_double_bgro.sh  tests/constitute_double_bgrp.sh  tests/constitute_double_bgr.sh  tests/constitute_double_cmyk.sh  tests/constitute_double_cmy.sh  tests/constitute_double_i.sh  tests/constitute_double_prgb.sh  tests/constitute_double_rgba.sh  tests/constitute_double_rgbo.sh  tests/constitute_double_rgb.sh  tests/constitute_float_bgro.sh  tests/constitute_float_bgrp.sh  tests/constitute_float_bgr.sh  tests/constitute_float_cmyk.sh  tests/constitute_float_cmy.sh  tests/constitute_float_i.sh  tests/constitute_float_prgb.sh  tests/constitute_float_rgba.sh  tests/constitute_float_rgbo.sh  tests/constitute_float_rgb.sh  tests/constitute_integer_bgro.sh  tests/constitute_integer_bgrp.sh  tests/constitute_integer_bgr.sh  tests/constitute_integer_cmyk.sh  tests/constitute_integer_cmy.sh  tests/constitute_integer_i.sh  tests/constitute_integer_prgb.sh  tests/constitute_integer_rgba.sh  tests/constitute_integer_rgbo.sh  tests/constitute_integer_rgb.sh  tests/constitute_long_bgro.sh  tests/constitute_long_bgrp.sh  tests/constitute_long_bgr.sh  tests/constitute_long_cmyk.sh  tests/constitute_long_cmy.sh  tests/constitute_long_i.sh  tests/constitute_long_prgb.sh  tests/constitute_long_rgba.sh  tests/constitute_long_rgbo.sh  tests/constitute_long_rgb.sh  tests/constitute_short_bgro.sh  tests/constitute_short_bgrp.sh  tests/constitute_short_bgr.sh  tests/constitute_short_cmyk.sh  tests/constitute_short_cmy.sh  tests/constitute_short_i.sh  tests/constitute_short_prgb.sh  tests/constitute_short_rgba.sh  tests/constitute_short_rgbo.sh  tests/constitute_short_rgb.sh  tests/rwblob_AVS_bilevel.sh  tests/rwblob_AVS_gray.sh  tests/rwblob_AVS_pallette.sh  tests/rwblob_AVS_truecolor.sh  tests/rwblob_BMP_bilevel.sh  tests/rwblob_BMP_gray.sh  tests/rwblob_BMP_pallette.sh  tests/rwblob_BMP_truecolor.sh  tests/rwblob_CMYK_truecolor_70x46.sh  tests/rwblob_DIB_bilevel.sh  tests/rwblob_DIB_gray.sh  tests/rwblob_DIB_pallette.sh  tests/rwblob_DIB_truecolor.sh  tests/rwblob_DPX_bilevel.sh  tests/rwblob_DPX_gray.sh  tests/rwblob_DPX_pallette.sh  tests/rwblob_DPX_truecolor.sh  tests/rwblob_EPDF_bilevel.sh  tests/rwblob_EPDF_gray.sh  tests/rwblob_EPDF_pallette.sh  tests/rwblob_EPDF_truecolor.sh  tests/rwblob_EPT_bilevel.sh  tests/rwblob_EPT_gray.sh  tests/rwblob_EPT_pallette.sh  tests/rwblob_EPT_truecolor.sh  tests/rwblob_FAX_bilevel.sh  tests/rwblob_FAX_gray.sh  tests/rwblob_FAX_pallette.sh  tests/rwblob_FAX_truecolor.sh  tests/rwblob_FITS_bilevel.sh  tests/rwblob_FITS_gray.sh  tests/rwblob_FITS_pallette.sh  tests/rwblob_FITS_truecolor.sh  tests/rwblob_FPX_bilevel.sh  tests/rwblob_FPX_gray.sh  tests/rwblob_FPX_pallette.sh  tests/rwblob_FPX_truecolor.sh  tests/rwblob_G3_bilevel.sh  tests/rwblob_G3_gray.sh  tests/rwblob_G3_pallette.sh  tests/rwblob_G3_truecolor.sh  tests/rwblob_GIF87_bilevel.sh  tests/rwblob_GIF87_gray.sh  tests/rwblob_GIF87_pallette.sh  tests/rwblob_GIF87_truecolor.sh  tests/rwblob_GIF_bilevel.sh  tests/rwblob_GIF_gray.sh  tests/rwblob_GIF_pallette.sh  tests/rwblob_GIF_truecolor.sh  tests/rwblob_GRAY_truecolor_70x46.sh  tests/rwblob_JBIG_bilevel.sh  tests/rwblob_JBIG_gray.sh  tests/rwblob_JBIG_pallette.sh  tests/rwblob_JBIG_truecolor.sh  tests/rwblob_JP2_bilevel.sh  tests/rwblob_JP2_gray.sh  tests/rwblob_JP2_pallette.sh  tests/rwblob_JP2_truecolor.sh  tests/rwblob_JPEG_bilevel.sh  tests/rwblob_JPEG_gray.sh  tests/rwblob_JPEG_pallette.sh  tests/rwblob_JPEG_truecolor.sh  tests/rwblob_MIFF_bilevel.sh  tests/rwblob_MIFF_gray.sh  tests/rwblob_MIFF_pallette.sh  tests/rwblob_MIFF_truecolor.sh  tests/rwblob_MNG_bilevel.sh  tests/rwblob_MNG_gray.sh  tests/rwblob_MNG_pallette.sh  tests/rwblob_MNG_truecolor.sh  tests/rwblob_MONO_truecolor_70x46.sh  tests/rwblob_MTV_bilevel.sh  tests/rwblob_MTV_gray.sh  tests/rwblob_MTV_pallette.sh  tests/rwblob_MTV_truecolor.sh  tests/rwblob_P7_bilevel.sh  tests/rwblob_P7_gray.sh  tests/rwblob_P7_pallette.sh  tests/rwblob_P7_truecolor.sh  tests/rwblob_PAL_truecolor_70x46.sh  tests/rwblob_PAM_bilevel.sh  tests/rwblob_PAM_gray.sh  tests/rwblob_PAM_pallette.sh  tests/rwblob_PAM_truecolor.sh  tests/rwblob_PBM_bilevel.sh  tests/rwblob_PBM_gray.sh  tests/rwblob_PBM_pallette.sh  tests/rwblob_PBM_truecolor.sh  tests/rwblob_PCD_bilevel.sh  tests/rwblob_PCD_gray.sh  tests/rwblob_PCD_pallette.sh  tests/rwblob_PCDS_bilevel.sh  tests/rwblob_PCDS_gray.sh  tests/rwblob_PCDS_pallette.sh  tests/rwblob_PCDS_truecolor.sh  tests/rwblob_PCD_truecolor.sh  tests/rwblob_PCX_bilevel.sh  tests/rwblob_PCX_gray.sh  tests/rwblob_PCX_pallette.sh  tests/rwblob_PCX_truecolor.sh  tests/rwblob_PGM_bilevel.sh  tests/rwblob_PGM_gray.sh  tests/rwblob_PGM_pallette.sh  tests/rwblob_PGM_truecolor.sh  tests/rwblob_PICON_bilevel.sh  tests/rwblob_PICON_gray.sh  tests/rwblob_PICON_pallette.sh  tests/rwblob_PICON_truecolor.sh  tests/rwblob_PICT_bilevel.sh  tests/rwblob_PICT_gray.sh  tests/rwblob_PICT_pallette.sh  tests/rwblob_PICT_truecolor.sh  tests/rwblob_PNG_bilevel.sh  tests/rwblob_PNG_gray.sh  tests/rwblob_PNG_pallette.sh  tests/rwblob_PNG_truecolor.sh  tests/rwblob_PNM_bilevel.sh  tests/rwblob_PNM_gray.sh  tests/rwblob_PNM_pallette.sh  tests/rwblob_PNM_truecolor.sh  tests/rwblob_PPM_bilevel.sh  tests/rwblob_PPM_gray.sh  tests/rwblob_PPM_pallette.sh  tests/rwblob_PPM_truecolor.sh  tests/rwblob_PSD_bilevel.sh  tests/rwblob_PSD_gray.sh  tests/rwblob_PSD_pallette.sh  tests/rwblob_PSD_truecolor.sh  tests/rwblob_PTIF_bilevel.sh  tests/rwblob_PTIF_gray.sh  tests/rwblob_PTIF_pallette.sh  tests/rwblob_PTIF_truecolor.sh  tests/rwblob_RAS_bilevel.sh  tests/rwblob_RAS_gray.sh  tests/rwblob_RAS_pallette.sh  tests/rwblob_RAS_truecolor.sh  tests/rwblob_RGBA_truecolor_70x46.sh  tests/rwblob_RGB_truecolor_70x46.sh  tests/rwblob_SGI_bilevel.sh  tests/rwblob_SGI_gray.sh  tests/rwblob_SGI_pallette.sh  tests/rwblob_SGI_truecolor.sh  tests/rwblob_SUN_bilevel.sh  tests/rwblob_SUN_gray.sh  tests/rwblob_SUN_pallette.sh  tests/rwblob_SUN_truecolor.sh  tests/rwblob_TGA_bilevel.sh  tests/rwblob_TGA_gray.sh  tests/rwblob_TGA_pallette.sh  tests/rwblob_TGA_truecolor.sh  tests/rwblob_TIFF_bilevel.sh  tests/rwblob_TIFF_gray.sh  tests/rwblob_TIFF_pallette.sh  tests/rwblob_TIFF_truecolor.sh  tests/rwblob_UYVY_truecolor_70x46.sh  tests/rwblob_VDA_bilevel.sh  tests/rwblob_VDA_gray.sh  tests/rwblob_VDA_pallette.sh  tests/rwblob_VDA_truecolor.sh  tests/rwblob_VICAR_bilevel.sh  tests/rwblob_VICAR_gray.sh  tests/rwblob_VICAR_pallette.sh  tests/rwblob_VICAR_truecolor.sh  tests/rwblob_VIFF_bilevel.sh  tests/rwblob_VIFF_gray.sh  tests/rwblob_VIFF_pallette.sh  tests/rwblob_VIFF_truecolor.sh  tests/rwblob_VST_bilevel.sh  tests/rwblob_VST_gray.sh  tests/rwblob_VST_pallette.sh  tests/rwblob_VST_truecolor.sh  tests/rwblob_WBMP_bilevel.sh  tests/rwblob_WBMP_gray.sh  tests/rwblob_WBMP_pallette.sh  tests/rwblob_WBMP_truecolor.sh  tests/rwblob_XBM_bilevel.sh  tests/rwblob_XBM_gray.sh  tests/rwblob_XBM_pallette.sh  tests/rwblob_XBM_truecolor.sh  tests/rwblob_XPM_bilevel.sh  tests/rwblob_XPM_gray.sh  tests/rwblob_XPM_pallette.sh  tests/rwblob_XPM_truecolor.sh  tests/rwblob_XWD_bilevel.sh  tests/rwblob_XWD_gray.sh  tests/rwblob_XWD_pallette.sh  tests/rwblob_XWD_truecolor.sh  tests/rwblob_YUV_truecolor_70x46.sh  tests/rwfile_AVS_bilevel.sh  tests/rwfile_AVS_gray.sh  tests/rwfile_AVS_pallette.sh  tests/rwfile_AVS_truecolor10.sh  tests/rwfile_AVS_truecolor12.sh  tests/rwfile_AVS_truecolor16.sh  tests/rwfile_AVS_truecolor.sh  tests/rwfile_BMP_bilevel.sh  tests/rwfile_BMP_gray.sh  tests/rwfile_BMP_pallette.sh  tests/rwfile_BMP_truecolor10.sh  tests/rwfile_BMP_truecolor12.sh  tests/rwfile_BMP_truecolor16.sh  tests/rwfile_BMP_truecolor.sh  tests/rwfile_CMYK_truecolor_70x46.sh  tests/rwfile_DIB_bilevel.sh  tests/rwfile_DIB_gray.sh  tests/rwfile_DIB_pallette.sh  tests/rwfile_DIB_truecolor10.sh  tests/rwfile_DIB_truecolor12.sh  tests/rwfile_DIB_truecolor16.sh  tests/rwfile_DIB_truecolor.sh  tests/rwfile_DPX_bilevel.sh  tests/rwfile_DPX_gray.sh  tests/rwfile_DPX_pallette.sh  tests/rwfile_DPX_truecolor10.sh  tests/rwfile_DPX_truecolor12.sh  tests/rwfile_DPX_truecolor16.sh  tests/rwfile_DPX_truecolor.sh  tests/rwfile_EPDF_bilevel.sh  tests/rwfile_EPDF_gray.sh  tests/rwfile_EPDF_pallette.sh  tests/rwfile_EPDF_truecolor10.sh  tests/rwfile_EPDF_truecolor12.sh  tests/rwfile_EPDF_truecolor16.sh  tests/rwfile_EPDF_truecolor.sh  tests/rwfile_EPI_bilevel.sh  tests/rwfile_EPI_gray.sh  tests/rwfile_EPI_pallette.sh  tests/rwfile_EPI_truecolor10.sh  tests/rwfile_EPI_truecolor12.sh  tests/rwfile_EPI_truecolor16.sh  tests/rwfile_EPI_truecolor.sh  tests/rwfile_EPS_bilevel.sh  tests/rwfile_EPSF_bilevel.sh  tests/rwfile_EPSF_gray.sh  tests/rwfile_EPSF_pallette.sh  tests/rwfile_EPSF_truecolor10.sh  tests/rwfile_EPSF_truecolor12.sh  tests/rwfile_EPSF_truecolor16.sh  tests/rwfile_EPSF_truecolor.sh  tests/rwfile_EPS_gray.sh  tests/rwfile_EPSI_bilevel.sh  tests/rwfile_EPSI_gray.sh  tests/rwfile_EPSI_pallette.sh  tests/rwfile_EPSI_truecolor10.sh  tests/rwfile_EPSI_truecolor12.sh  tests/rwfile_EPSI_truecolor16.sh  tests/rwfile_EPSI_truecolor.sh  tests/rwfile_EPS_pallette.sh  tests/rwfile_EPS_truecolor10.sh  tests/rwfile_EPS_truecolor12.sh  tests/rwfile_EPS_truecolor16.sh  tests/rwfile_EPS_truecolor.sh  tests/rwfile_EPT_bilevel.sh  tests/rwfile_EPT_gray.sh  tests/rwfile_EPT_pallette.sh  tests/rwfile_EPT_truecolor10.sh  tests/rwfile_EPT_truecolor12.sh  tests/rwfile_EPT_truecolor16.sh  tests/rwfile_EPT_truecolor.sh  tests/rwfile_FAX_bilevel.sh  tests/rwfile_FAX_gray.sh  tests/rwfile_FAX_pallette.sh  tests/rwfile_FAX_truecolor10.sh  tests/rwfile_FAX_truecolor12.sh  tests/rwfile_FAX_truecolor16.sh  tests/rwfile_FAX_truecolor.sh  tests/rwfile_FITS_bilevel.sh  tests/rwfile_FITS_gray.sh  tests/rwfile_FITS_pallette.sh  tests/rwfile_FITS_truecolor10.sh  tests/rwfile_FITS_truecolor12.sh  tests/rwfile_FITS_truecolor16.sh  tests/rwfile_FITS_truecolor.sh  tests/rwfile_FPX_bilevel.sh  tests/rwfile_FPX_gray.sh  tests/rwfile_FPX_pallette.sh  tests/rwfile_FPX_truecolor10.sh  tests/rwfile_FPX_truecolor12.sh  tests/rwfile_FPX_truecolor16.sh  tests/rwfile_FPX_truecolor.sh  tests/rwfile_GIF_bilevel.sh  tests/rwfile_GIF_gray.sh  tests/rwfile_GIF_pallette.sh  tests/rwfile_GIF_truecolor10.sh  tests/rwfile_GIF_truecolor12.sh  tests/rwfile_GIF_truecolor16.sh  tests/rwfile_GIF_truecolor.sh  tests/rwfile_GRAY_bilevel.sh  tests/rwfile_GRAY_gray.sh  tests/rwfile_GRAY_pallette.sh  tests/rwfile_GRAY_truecolor10.sh  tests/rwfile_GRAY_truecolor12.sh  tests/rwfile_GRAY_truecolor16.sh  tests/rwfile_GRAY_truecolor_70x46.sh  tests/rwfile_GRAY_truecolor.sh  tests/rwfile_ICB_bilevel.sh  tests/rwfile_ICB_gray.sh  tests/rwfile_ICB_pallette.sh  tests/rwfile_ICB_truecolor10.sh  tests/rwfile_ICB_truecolor12.sh  tests/rwfile_ICB_truecolor16.sh  tests/rwfile_ICB_truecolor.sh  tests/rwfile_JBIG_bilevel.sh  tests/rwfile_JBIG_gray.sh  tests/rwfile_JBIG_pallette.sh  tests/rwfile_JBIG_truecolor10.sh  tests/rwfile_JBIG_truecolor12.sh  tests/rwfile_JBIG_truecolor16.sh  tests/rwfile_JBIG_truecolor.sh  tests/rwfile_JP2_bilevel.sh  tests/rwfile_JP2_gray.sh  tests/rwfile_JP2_pallette.sh  tests/rwfile_JP2_truecolor10.sh  tests/rwfile_JP2_truecolor12.sh  tests/rwfile_JP2_truecolor16.sh  tests/rwfile_JP2_truecolor.sh  tests/rwfile_JPEG_bilevel.sh  tests/rwfile_JPEG_gray.sh  tests/rwfile_JPEG_pallette.sh  tests/rwfile_JPEG_truecolor10.sh  tests/rwfile_JPEG_truecolor12.sh  tests/rwfile_JPEG_truecolor16.sh  tests/rwfile_JPEG_truecolor.sh  tests/rwfile_MIFF_bilevel_bzip.sh  tests/rwfile_MIFF_bilevel_none.sh  tests/rwfile_MIFF_bilevel_rle.sh  tests/rwfile_MIFF_bilevel.sh  tests/rwfile_MIFF_bilevel_zip.sh  tests/rwfile_MIFF_gray_bzip.sh  tests/rwfile_MIFF_gray_none.sh  tests/rwfile_MIFF_gray_rle.sh  tests/rwfile_MIFF_gray.sh  tests/rwfile_MIFF_gray_zip.sh  tests/rwfile_MIFF_pallette_bzip.sh  tests/rwfile_MIFF_pallette_none.sh  tests/rwfile_MIFF_pallette_rle.sh  tests/rwfile_MIFF_pallette.sh  tests/rwfile_MIFF_pallette_zip.sh  tests/rwfile_MIFF_truecolor10.sh  tests/rwfile_MIFF_truecolor12.sh  tests/rwfile_MIFF_truecolor16.sh  tests/rwfile_MIFF_truecolor_bzip.sh  tests/rwfile_MIFF_truecolor_none.sh  tests/rwfile_MIFF_truecolor_rle.sh  tests/rwfile_MIFF_truecolor.sh  tests/rwfile_MIFF_truecolor_zip.sh  tests/rwfile_MNG_bilevel.sh  tests/rwfile_MNG_gray.sh  tests/rwfile_MNG_pallette.sh  tests/rwfile_MNG_truecolor10.sh  tests/rwfile_MNG_truecolor12.sh  tests/rwfile_MNG_truecolor16.sh  tests/rwfile_MNG_truecolor.sh  tests/rwfile_MONO_truecolor_70x46.sh  tests/rwfile_MTV_bilevel.sh  tests/rwfile_MTV_gray.sh  tests/rwfile_MTV_pallette.sh  tests/rwfile_MTV_truecolor10.sh  tests/rwfile_MTV_truecolor12.sh  tests/rwfile_MTV_truecolor16.sh  tests/rwfile_MTV_truecolor.sh  tests/rwfile_P7_bilevel.sh  tests/rwfile_P7_gray.sh  tests/rwfile_P7_pallette.sh  tests/rwfile_P7_truecolor10.sh  tests/rwfile_P7_truecolor12.sh  tests/rwfile_P7_truecolor16.sh  tests/rwfile_P7_truecolor.sh  tests/rwfile_PAL_truecolor_70x46.sh  tests/rwfile_PAM_bilevel.sh  tests/rwfile_PAM_gray.sh  tests/rwfile_PAM_pallette.sh  tests/rwfile_PAM_truecolor10.sh  tests/rwfile_PAM_truecolor12.sh  tests/rwfile_PAM_truecolor16.sh  tests/rwfile_PAM_truecolor.sh  tests/rwfile_PPM_bilevel.sh  tests/rwfile_PPM_gray.sh  tests/rwfile_PBM_bilevel.sh  tests/rwfile_PBM_gray.sh  tests/rwfile_PBM_pallette.sh  tests/rwfile_PBM_truecolor10.sh  tests/rwfile_PBM_truecolor12.sh  tests/rwfile_PBM_truecolor16.sh  tests/rwfile_PBM_truecolor.sh  tests/rwfile_PCD_bilevel.sh  tests/rwfile_PCD_gray.sh  tests/rwfile_PCD_pallette.sh  tests/rwfile_PCDS_bilevel.sh  tests/rwfile_PCDS_gray.sh  tests/rwfile_PCDS_pallette.sh  tests/rwfile_PCDS_truecolor10.sh  tests/rwfile_PCDS_truecolor12.sh  tests/rwfile_PCDS_truecolor16.sh  tests/rwfile_PCDS_truecolor.sh  tests/rwfile_PCD_truecolor10.sh  tests/rwfile_PCD_truecolor12.sh  tests/rwfile_PCD_truecolor16.sh  tests/rwfile_PCD_truecolor.sh  tests/rwfile_PCX_bilevel.sh  tests/rwfile_PCX_gray.sh  tests/rwfile_PCX_pallette.sh  tests/rwfile_PCX_truecolor10.sh  tests/rwfile_PCX_truecolor12.sh  tests/rwfile_PCX_truecolor16.sh  tests/rwfile_PCX_truecolor.sh  tests/rwfile_PGM_bilevel.sh  tests/rwfile_PGM_gray.sh  tests/rwfile_PGM_pallette.sh  tests/rwfile_PGM_truecolor10.sh  tests/rwfile_PGM_truecolor12.sh  tests/rwfile_PGM_truecolor16.sh  tests/rwfile_PGM_truecolor.sh  tests/rwfile_PICON_bilevel.sh  tests/rwfile_PICON_gray.sh  tests/rwfile_PICON_pallette.sh  tests/rwfile_PICON_truecolor10.sh  tests/rwfile_PICON_truecolor12.sh  tests/rwfile_PICON_truecolor16.sh  tests/rwfile_PICON_truecolor.sh  tests/rwfile_PICT_bilevel.sh  tests/rwfile_PICT_gray.sh  tests/rwfile_PICT_pallette.sh  tests/rwfile_PICT_truecolor10.sh  tests/rwfile_PICT_truecolor12.sh  tests/rwfile_PICT_truecolor16.sh  tests/rwfile_PICT_truecolor.sh  tests/rwfile_PNG_bilevel.sh  tests/rwfile_PNG_gray.sh  tests/rwfile_PNG_pallette.sh  tests/rwfile_PNG_truecolor10.sh  tests/rwfile_PNG_truecolor12.sh  tests/rwfile_PNG_truecolor16.sh  tests/rwfile_PNG_truecolor.sh  tests/rwfile_PNM_bilevel.sh  tests/rwfile_PNM_gray.sh  tests/rwfile_PNM_pallette.sh  tests/rwfile_PNM_truecolor10.sh  tests/rwfile_PNM_truecolor12.sh  tests/rwfile_PNM_truecolor16.sh  tests/rwfile_PNM_truecolor.sh  tests/rwfile_PPM_bilevel.sh  tests/rwfile_PPM_gray.sh  tests/rwfile_PPM_pallette.sh  tests/rwfile_PPM_truecolor10.sh  tests/rwfile_PPM_truecolor12.sh  tests/rwfile_PPM_truecolor16.sh  tests/rwfile_PPM_truecolor.sh  tests/rwfile_PS_bilevel.sh  tests/rwfile_PSD_bilevel.sh  tests/rwfile_PSD_gray.sh  tests/rwfile_PSD_pallette.sh  tests/rwfile_PSD_truecolor10.sh  tests/rwfile_PSD_truecolor12.sh  tests/rwfile_PSD_truecolor16.sh  tests/rwfile_PSD_truecolor.sh  tests/rwfile_PS_gray.sh  tests/rwfile_PS_pallette.sh  tests/rwfile_PS_truecolor10.sh  tests/rwfile_PS_truecolor12.sh  tests/rwfile_PS_truecolor16.sh  tests/rwfile_PS_truecolor.sh  tests/rwfile_PTIF_bilevel.sh  tests/rwfile_PTIF_gray.sh  tests/rwfile_PTIF_pallette.sh  tests/rwfile_PTIF_truecolor10.sh  tests/rwfile_PTIF_truecolor12.sh  tests/rwfile_PTIF_truecolor16.sh  tests/rwfile_PTIF_truecolor.sh  tests/rwfile_RAS_bilevel.sh  tests/rwfile_RAS_gray.sh  tests/rwfile_RAS_pallette.sh  tests/rwfile_RAS_truecolor10.sh  tests/rwfile_RAS_truecolor12.sh  tests/rwfile_RAS_truecolor16.sh  tests/rwfile_RAS_truecolor.sh  tests/rwfile_RGBA_truecolor_70x46.sh  tests/rwfile_RGB_truecolor_70x46.sh  tests/rwfile_SGI_bilevel.sh  tests/rwfile_SGI_gray.sh  tests/rwfile_SGI_pallette.sh  tests/rwfile_SGI_truecolor10.sh  tests/rwfile_SGI_truecolor12.sh  tests/rwfile_SGI_truecolor16.sh  tests/rwfile_SGI_truecolor.sh  tests/rwfile_SUN_bilevel.sh  tests/rwfile_SUN_gray.sh  tests/rwfile_SUN_pallette.sh  tests/rwfile_SUN_truecolor10.sh  tests/rwfile_SUN_truecolor12.sh  tests/rwfile_SUN_truecolor16.sh  tests/rwfile_SUN_truecolor.sh  tests/rwfile_TGA_bilevel.sh  tests/rwfile_TGA_gray.sh  tests/rwfile_TGA_pallette.sh  tests/rwfile_TGA_truecolor10.sh  tests/rwfile_TGA_truecolor12.sh  tests/rwfile_TGA_truecolor16.sh  tests/rwfile_TGA_truecolor.sh  tests/rwfile_TIFF_bilevel.sh  tests/rwfile_TIFF_gray.sh  tests/rwfile_TIFF_pallette.sh  tests/rwfile_TIFF_truecolor10.sh  tests/rwfile_TIFF_truecolor12.sh  tests/rwfile_TIFF_truecolor16.sh  tests/rwfile_TIFF_truecolor.sh  tests/rwfile_UYVY_truecolor_70x46.sh  tests/rwfile_VDA_bilevel.sh  tests/rwfile_VDA_gray.sh  tests/rwfile_VDA_pallette.sh  tests/rwfile_VDA_truecolor10.sh  tests/rwfile_VDA_truecolor12.sh  tests/rwfile_VDA_truecolor16.sh  tests/rwfile_VDA_truecolor.sh  tests/rwfile_VICAR_bilevel.sh  tests/rwfile_VICAR_gray.sh  tests/rwfile_VICAR_pallette.sh  tests/rwfile_VICAR_truecolor10.sh  tests/rwfile_VICAR_truecolor12.sh  tests/rwfile_VICAR_truecolor16.sh  tests/rwfile_VICAR_truecolor.sh  tests/rwfile_VIFF_bilevel.sh  tests/rwfile_VIFF_gray.sh  tests/rwfile_VIFF_pallette.sh  tests/rwfile_VIFF_truecolor10.sh  tests/rwfile_VIFF_truecolor12.sh  tests/rwfile_VIFF_truecolor16.sh  tests/rwfile_VIFF_truecolor.sh  tests/rwfile_VST_bilevel.sh  tests/rwfile_VST_gray.sh  tests/rwfile_VST_pallette.sh  tests/rwfile_VST_truecolor10.sh  tests/rwfile_VST_truecolor12.sh  tests/rwfile_VST_truecolor16.sh  tests/rwfile_VST_truecolor.sh  tests/rwfile_WBMP_bilevel.sh  tests/rwfile_WBMP_gray.sh  tests/rwfile_WBMP_pallette.sh  tests/rwfile_WBMP_truecolor10.sh  tests/rwfile_WBMP_truecolor12.sh  tests/rwfile_WBMP_truecolor16.sh  tests/rwfile_WBMP_truecolor.sh  tests/rwfile_XBM_bilevel.sh  tests/rwfile_XBM_gray.sh  tests/rwfile_XBM_pallette.sh  tests/rwfile_XBM_truecolor10.sh  tests/rwfile_XBM_truecolor12.sh  tests/rwfile_XBM_truecolor16.sh  tests/rwfile_XBM_truecolor.sh  tests/rwfile_XPM_bilevel.sh  tests/rwfile_XPM_gray.sh  tests/rwfile_XPM_pallette.sh  tests/rwfile_XPM_truecolor10.sh  tests/rwfile_XPM_truecolor12.sh  tests/rwfile_XPM_truecolor16.sh  tests/rwfile_XPM_truecolor.sh  tests/rwfile_XWD_bilevel.sh  tests/rwfile_XWD_gray.sh  tests/rwfile_XWD_pallette.sh  tests/rwfile_XWD_truecolor10.sh  tests/rwfile_XWD_truecolor12.sh  tests/rwfile_XWD_truecolor16.sh  tests/rwfile_XWD_truecolor.sh  tests/rwfile_YUV_truecolor_70x46.sh  Magick++/tests/exceptions.sh  Magick++/tests/appendImages.sh  Magick++/tests/attributes.sh  Magick++/tests/averageImages.sh  Magick++/tests/coalesceImages.sh  Magick++/tests/coderInfo.sh  Magick++/tests/colorHistogram.sh  Magick++/tests/color.sh  Magick++/tests/montageImages.sh  Magick++/tests/morphImages.sh  Magick++/tests/readWriteBlob.sh  Magick++/tests/readWriteImages.sh  Magick++/demo/analyze.sh  Magick++/demo/button.sh  Magick++/demo/demo.sh  Magick++/demo/flip.sh  Magick++/demo/gravity.sh  Magick++/demo/piddle.sh  Magick++/demo/shapes.sh  Magick++/demo/zoom_bessel.sh  Magick++/demo/zoom_blackman.sh  Magick++/demo/zoom_box.sh  Magick++/demo/zoom_catrom.sh  Magick++/demo/zoom_cubic.sh  Magick++/demo/zoom_gaussian.sh  Magick++/demo/zoom_hamming.sh  Magick++/demo/zoom_hanning.sh  Magick++/demo/zoom_hermite.sh  Magick++/demo/zoom_lanczos.sh  Magick++/demo/zoom_mitchell.sh  Magick++/demo/zoom_point.sh  Magick++/demo/zoom_quadratic.sh  Magick++/demo/zoom_sample.sh  Magick++/demo/zoom_scale.sh  Magick++/demo/zoom_sinc.sh  Magick++/demo/zoom_triangle.sh  utilities/tests/addnoise.sh  utilities/tests/annotate.sh  utilities/tests/blur.sh  utilities/tests/border.sh  utilities/tests/channel.sh  utilities/tests/charcoal.sh  utilities/tests/composite.sh  utilities/tests/contrast.sh  utilities/tests/convolve.sh  utilities/tests/crop.sh  utilities/tests/despeckle.sh  utilities/tests/draw.sh  utilities/tests/edge.sh  utilities/tests/emboss.sh  utilities/tests/equalize.sh  utilities/tests/explode.sh  utilities/tests/flip.sh  utilities/tests/flop.sh  utilities/tests/frame.sh  utilities/tests/gamma.sh  utilities/tests/gaussianblur.sh  utilities/tests/gradient.sh  utilities/tests/grayscale.sh  utilities/tests/implode.sh  utilities/tests/level.sh  utilities/tests/medianfilter.sh  utilities/tests/modulate.sh  utilities/tests/monochrome.sh  utilities/tests/negate.sh  utilities/tests/normalize.sh  utilities/tests/oilpaint.sh  utilities/tests/ordered-dither2x2.sh  utilities/tests/ordered-dither3x3.sh  utilities/tests/ordered-dither4x4.sh  utilities/tests/plasma.sh  utilities/tests/quantize.sh  utilities/tests/raise.sh  utilities/tests/random-threshold.sh  utilities/tests/reducenoise.sh  utilities/tests/resize.sh  utilities/tests/roll.sh  utilities/tests/rotate.sh  utilities/tests/scale.sh  utilities/tests/segment.sh  utilities/tests/shade.sh  utilities/tests/sharpen.sh  utilities/tests/shave.sh  utilities/tests/shear.sh  utilities/tests/solarize.sh  utilities/tests/spread.sh  utilities/tests/swirl.sh  utilities/tests/unsharpmask.sh  utilities/tests/wave.sh  utilities/tests/montage.sh'; \
if test -n "$list"; then \
  for tst in $list; do \
    if test -f ./$tst; then dir=./; \
    elif test -f $tst; then dir=; \
    else dir="./"; fi; \
    if RUNENV="/bin/bash `pwd`/magick.sh"  SRCDIR="./"  CONVERT="/bin/bash `pwd`/magick.sh `pwd`/utilities/convert"  COMPOSITE="/bin/bash `pwd`/magick.sh `pwd`/utilities/composite"  MONTAGE="/bin/bash `pwd`/magick.sh `pwd`/utilities/montage" ${dir}$tst; then \
      all=`expr $all + 1`; \
      case " tests/rwblob_FPX_bilevel.sh  tests/rwblob_FPX_gray.sh  tests/rwblob_FPX_pallette.sh  tests/rwblob_FPX_truecolor.sh  tests/rwfile_FPX_bilevel.sh  tests/rwfile_FPX_gray.sh  tests/rwfile_FPX_pallette.sh  tests/rwfile_FPX_truecolor.sh  tests/rwfile_FPX_truecolor10.sh  tests/rwfile_FPX_truecolor12.sh  tests/rwfile_FPX_truecolor16.sh  tests/rwblob_JBIG_bilevel.sh  tests/rwblob_JBIG_gray.sh  tests/rwblob_JBIG_pallette.sh  tests/rwblob_JBIG_truecolor.sh  tests/rwfile_JBIG_bilevel.sh  tests/rwfile_JBIG_gray.sh  tests/rwfile_JBIG_pallette.sh  tests/rwfile_JBIG_truecolor.sh  tests/rwfile_JBIG_truecolor10.sh  tests/rwfile_JBIG_truecolor12.sh  tests/rwfile_JBIG_truecolor16.sh  tests/rwblob_JP2_bilevel.sh  tests/rwblob_JP2_gray.sh  tests/rwblob_JP2_pallette.sh  tests/rwblob_JP2_truecolor.sh  tests/rwfile_JP2_bilevel.sh  tests/rwfile_JP2_gray.sh  tests/rwfile_JP2_pallette.sh  tests/rwfile_JP2_truecolor.sh  tests/rwfile_JP2_truecolor10.sh  tests/rwfile_JP2_truecolor12.sh  tests/rwfile_JP2_truecolor16.sh         " in \
      *" $tst "*) \
        xpass=`expr $xpass + 1`; \
        failed=`expr $failed + 1`; \
        echo "XPASS: $tst"; \
      ;; \
      *) \
        echo "PASS: $tst"; \
      ;; \
      esac; \
    elif test $? -ne 77; then \
      all=`expr $all + 1`; \
      case " tests/rwblob_FPX_bilevel.sh  tests/rwblob_FPX_gray.sh  tests/rwblob_FPX_pallette.sh  tests/rwblob_FPX_truecolor.sh  tests/rwfile_FPX_bilevel.sh  tests/rwfile_FPX_gray.sh  tests/rwfile_FPX_pallette.sh  tests/rwfile_FPX_truecolor.sh  tests/rwfile_FPX_truecolor10.sh  tests/rwfile_FPX_truecolor12.sh  tests/rwfile_FPX_truecolor16.sh  tests/rwblob_JBIG_bilevel.sh  tests/rwblob_JBIG_gray.sh  tests/rwblob_JBIG_pallette.sh  tests/rwblob_JBIG_truecolor.sh  tests/rwfile_JBIG_bilevel.sh  tests/rwfile_JBIG_gray.sh  tests/rwfile_JBIG_pallette.sh  tests/rwfile_JBIG_truecolor.sh  tests/rwfile_JBIG_truecolor10.sh  tests/rwfile_JBIG_truecolor12.sh  tests/rwfile_JBIG_truecolor16.sh  tests/rwblob_JP2_bilevel.sh  tests/rwblob_JP2_gray.sh  tests/rwblob_JP2_pallette.sh  tests/rwblob_JP2_truecolor.sh  tests/rwfile_JP2_bilevel.sh  tests/rwfile_JP2_gray.sh  tests/rwfile_JP2_pallette.sh  tests/rwfile_JP2_truecolor.sh  tests/rwfile_JP2_truecolor10.sh  tests/rwfile_JP2_truecolor12.sh  tests/rwfile_JP2_truecolor16.sh         " in \
      *" $tst "*) \
        xfail=`expr $xfail + 1`; \
        echo "XFAIL: $tst"; \
      ;; \
      *) \
        failed=`expr $failed + 1`; \
        echo "FAIL: $tst"; \
      ;; \
      esac; \
    else \
      skip=`expr $skip + 1`; \
      echo "SKIP: $tst"; \
    fi; \
  done; \
  if test "$failed" -eq 0; then \
    if test "$xfail" -eq 0; then \
      banner="All $all tests passed"; \
    else \
      banner="All $all tests behaved as expected ($xfail expected failures)"; \
    fi; \
  else \
    if test "$xpass" -eq 0; then \
      banner="$failed of $all tests failed"; \
    else \
      banner="$failed of $all tests did not behave as expected ($xpass unexpected passes)"; \
    fi; \
  fi; \
  dashes="$banner"; \
  skipped=""; \
  if test "$skip" -ne 0; then \
    skipped="($skip tests were not run)"; \
    test `echo "$skipped" | wc -c` -le `echo "$banner" | wc -c` || \
      dashes="$skipped"; \
  fi; \
  report=""; \
  if test "$failed" -ne 0 && test -n "http://www.imagemagick.org"; then \
    report="Please report to http://www.imagemagick.org"; \
    test `echo "$report" | wc -c` -le `echo "$banner" | wc -c` || \
      dashes="$report"; \
  fi; \
  dashes=`echo "$dashes" | sed s/./=/g`; \
  echo "$dashes"; \
  echo "$banner"; \
  test -z "$skipped" || echo "$skipped"; \
  test -z "$report" || echo "$report"; \
  echo "$dashes"; \
  test "$failed" -eq 0; \
else :; fi
make: Fatal error: Command failed for target `check-TESTS'
Current working directory /app1/collabadm/Software/ImageMagick-6.2.6
*** Error code 1
make: Fatal error: Command failed for target `check-am'

2. I am not able to run the command :

Code: Select all

convert -flatten -size 120x120 /app1/collabadm/collab/Vignette/Collaboration/pscripts/\thumbnail\admin1248841556Sunset.jpg -resize 120x120 +profile "*" /app1/collabadm/collab/Vignette/Collaboration/pscripts/\thumbnail\thumbnaillarge_admin1248841556Sunset.gif
But if I run without +profile "*" it works. What does +profile "*" means and can I get it to work from command prompt.

Re: Installing ImageMagick-6.2.6-1 on solaris10

Posted: 2009-07-29T08:45:26-07:00
by magick
The only tests that might fail are for PDF and Postscript and only if you do not first install Ghostscript. Currently we do not have access to a Solaris computer to try to reproduce the problem. For now all we can do suggest you upgrade to ImageMagick 6.5.4-6, the current release.

Re: Installing ImageMagick-6.2.6-1 on solaris10

Posted: 2009-07-29T23:39:18-07:00
by goswami_shuchi
I can't upgrade to current release because that won't be supported by my application.

Thanks for your suggestions.

Re: Installing ImageMagick-6.2.6-1 on solaris10

Posted: 2009-10-22T21:50:20-07:00
by goswami_shuchi
I need to install imagemagick again on my live server.
Now I am getting error

Code: Select all

checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... no
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
I am installing version 6.2.6-1. It was successfully installed on test server. The only difference in the environment is the gcc version
Test env have gcc 3.4.3 and live env have gcc 3.4.6.

Could this be the problem or something else?

Thanks