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
A Few .SO dependencies not found | ImageMagick
-
- Posts: 1
- Joined: 2012-03-22T11:31:20-07:00
- Authentication code: 8675308
Re: A Few .SO dependencies not found | ImageMagick
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
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
Re: A Few .SO dependencies not found | ImageMagick
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!
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!
i still have issue with libgomp
Hi can anyone help me in getting "libgomp". I am using solaris 10. Thanks in advance!