ImageMagick
Thanks to:
Sanjaya Srivastava
Joel Lee
Jeff Brody
Russ Poffenberger
Specially to Sanjaya Srivastava who sent me the patch :)))
My question:
'm installing the ImageMagick package and got the following message:
?
ostname% ./convert
d.so.1: ./convert: fatal: libresolv.so.2: can't open file: errno=2
illed
?
copied the libs that came with the package to /usr/lib. But this lib didn't
come. Where can I find it?
?
ystem Sparcs 4 and 5
olaris 2.4 and 2.5.1
Answers:
The patch 103663-11 has libresolv.so.2. Get it from sunsolve or somwehere and
install it.
...Sanjaya
----------
Check to see if you have /usr/lib/libresolv.*, you should see
libresolv.so.2. Then just setenv LD_LIBRARY_PATH to include /usr/lib,
which you should. Another thing you can do is compile the source and
include the -R/usr/lib so that it will search the right place
automatically.
-- Joel
------------
This might be the solution:
% setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/lib
libresolv.so.2 is usually found in /usr/lib
Hope this works,
Jeff
-------------
You need Sun patch 103663 for Solaris 2.5.1 and 102479 for Solaris 2.4
--
Russ Poffenberger Engineering Specialist
Schlumberger Technologies ATE DOMAIN:poffen@San-Jose.ate.slb.com
1601 Technology Drive CIS: 72401,276
San Jose, Ca. 95110 Voice: (408)437-5254 FAX: (408)437-5246

