A Few .SO dependencies not found | ImageMagick
Posted: 2012-03-22T12:00:37-07:00
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
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