Problem compiling ImageMagick-6.2.6 on Solaris 8

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
VLeyvaG

Problem compiling ImageMagick-6.2.6 on Solaris 8

Post by VLeyvaG »

Hello,

I was trying to install 6.2.6 from the source. However, make fails with the following error. Any suggestions? Thanks!

Code: Select all


vortex # make install
......
....
Running Mkbootstrap for Image::Magick ()
chmod 644 Magick.bs
LD_RUN_PATH="/usr/local/lib:/usr/openwin/lib:/lib" cc -o blib/arch/auto/Image/Magick/Magick.so -R/usr/local/lib -R/usr/openwin/lib -R/lib -L/usr/local/lib -G Magick.o    -L/usr/local/lib -L/root/ImageMagick-6.2.6/PerlMagick/../magick/.libs -lMagick -L/usr/openwin/lib -R/usr/openwin/lib -L/usr/local/lib -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lsocket -lnsl -lxml2 -lz -lpthread -lm -lpthread 
ucbcc: Warning: Option -YP,:/usr/ucblib:/opt/SUNWspro/WS6U2/bin/../lib:/opt/SUNWspro/WS6U2/bin:/usr/ccs/lib:/usr/lib passed to ld, if ld is invoked, ignored otherwise
ld: warning: option -YP appears more than once, first setting taken
ld: fatal: file Magick.o: open failed: No such file or directory
ld: fatal: File processing errors. No output written to blib/arch/auto/Image/Magick/Magick.so
*** Error code 1
make: Fatal error: Command failed for target `blib/arch/auto/Image/Magick/Magick.so'
Current working directory /root/ImageMagick-6.2.6/PerlMagick
*** Error code 1
make: Fatal error: Command failed for target `install-exec-perl'
Current working directory /root/ImageMagick-6.2.6
*** Error code 1
make: Fatal error: Command failed for target `install-am'
VLeyvaG

Binaries

Post by VLeyvaG »

Magick,

Do you have the binaries for Solaris 8?

Thanks
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We do not have access to Solaris 8, just Solaris 10 and ImageMagick compiles fine under Solaris 10.
VLeyvaG

Binaries

Post by VLeyvaG »

Magick

And, what about solaris 8? Do you have any idea?


After the installation, i had this error:

Code: Select all

vortex # convert
ld.so.1: convert: fatal: libm.so.2: version `SUNW_1.2' not found (required by file /usr/local/ImageMagick-6.2.6/lib/libMagick.so.10)
.... but libm.so.2 exists in solaris 10 only.


Any suggestion?

Thanks
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

We haven't compile ImageMagick under Solaris 8 in about 7 years so we have no advice to give you.
Post Reply