A Few .SO dependencies not found | ImageMagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
basha_ahmad
Posts: 1
Joined: 2012-03-22T11:31:20-07:00
Authentication code: 8675308

A Few .SO dependencies not found | ImageMagick

Post by basha_ahmad »

Hi,

Description:
I am trying to install ImageMagick on a Solaris box.

Problem 1:
I downloaded ImageMagick-sparc-sun-solaris2.10.tar.gz from the site, extracted it, set the respective variables (as instructed) MAGICK_HOME, PATH & LD_LIBRARY_PATH as below:
MAGICK_HOME=/home/e034487/imgmag/ImageMagick-6.7.0/

PATH=/home/e034487/imgmag/ImageMagick-6.7.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/opt/SUNWspro/bin:/usr/seos/bin:/sys_apps_01/cdunix/ndm/bin:/opt/EMCpower/bin:/etc/emc/bin:/etc

LD_LIBRARY_PATH=/opt/CA/SharedComponents/lib:/etc/emc/rsa/cst/lib:/home/e034487/imgmag/ImageMagick-6.7.0/lib


Then I tried to verify the convert logo: logo.gif command and I run into the issue stating a particular .SO not found.
When I do a ldd convert it lists the following .SO files as not found:

libpng14.so.14 => (file not found)
libfreetype.so.6 => (file not found)
libexpat.so.1 => (file not found)
libltdl.so.7 => (file not found)
libgomp.so.1 => (file not found)

Can somebody point me to any Solution to this ?

Problem 2:
As an alternative, I tried building imagemagick from source. Downloaded the ImageMagic.tar.gz provided at the section of your site, extracted it and set the MAGICK_HOME, PATH & LD_LIBRARY_PATH as below

bash-3.00$ echo $MAGICK_HOME
/home/e034487/imgmag_fromcode/ImageMagick-6.7.6-1
bash-3.00$ echo $PATH
/home/e034487/imgmag_fromcode/ImageMagick-6.7.6-1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/bin:/opt/SUNWspro/bin:/usr/seos/bin:/sys_apps_01/cdunix/ndm/bin:/opt/EMCpower/bin:/etc/emc/bin:/etc
bash-3.00$ echo $LD_LIBRARY_PATH
/opt/CA/SharedComponents/lib:/home/e034487/imgmag_fromcode/ImageMagick-6.7.6-1/lib



Then tried to do a ./configure It gives me a configure: error: no acceptable ld found in $PATH

Can somebody point me to a solution to this ?

Regards
Ahmad
CH_tang
Posts: 2
Joined: 2012-04-04T03:26:15-07:00
Authentication code: 8675308

Re: A Few .SO dependencies not found | ImageMagick

Post by CH_tang »

Ahmad, I've the same problem as well.

Anyway I found one of the dependencies libpng14.so.14 and installed it. I guess the way is to install all the missing sources which image magick needs. Still trying my luck finding the rest of the sources.

http://sourceforge.net/projects/libpng/ ... 14/1.4.11/

Regards,
Chye Heng
CH_tang
Posts: 2
Joined: 2012-04-04T03:26:15-07:00
Authentication code: 8675308

Re: A Few .SO dependencies not found | ImageMagick

Post by CH_tang »

libltdl.so.7 => (file not found)

Found the above file in the package libtool @ http://www.sunfreeware.com/

libtool-2.4-sol10-sparc-local.

I just ran pkgadd on the above file to install onto my solaris machine. Now onwards to libgomp!
suighanta
Posts: 1
Joined: 2015-03-09T01:52:40-07:00
Authentication code: 6789

i still have issue with libgomp

Post by suighanta »

Hi can anyone help me in getting "libgomp". I am using solaris 10. Thanks in advance!
Post Reply