[bug-notifications] [openssl_rt 0003981]: libssl.so.0.9.8 link error

Mantis Bug Tracker noreply at opencsw.org
Sun Nov 1 02:15:31 CET 2009


The following issue requires your FEEDBACK. 
====================================================================== 
http://www.opencsw.org/mantis/view.php?id=3981 
====================================================================== 
Reported By:                smwardle
Assigned To:                yann
====================================================================== 
Project:                    openssl_rt
Issue ID:                   3981
Category:                   regular use
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             2009-10-27 14:20 CET
Last Modified:              2009-11-01 02:15 CET
====================================================================== 
Summary:                    libssl.so.0.9.8 link error
Description: 
library linking error:

ldd /opt/csw/lib/libssl.so.0.9.8
        libcrypto.so.0.9.8 =>    (file not found)
...

but libcrypto.so.0.9.8 exists in /opt/csw/lib
====================================================================== 

---------------------------------------------------------------------- 
 (0006927) yann (manager) - 2009-11-01 02:15
 http://www.opencsw.org/mantis/view.php?id=3981#c6927 
---------------------------------------------------------------------- 
/opt/csw/lib is not in your system wide ld library path (you can see it
with the crle command), not in your LD_LIBRARY_PATH and not hardcoded in
libssl.so.0.9.8 (that can been seen with /usr/ccs/bin/dump -Lv
/opt/csw/lib/libssl.so.0.9.8 | grep PATH), so ldd doesn't search libcrypto
in /opt/csw/lib.

This is usually not very important as software linked to libssl.so.0.9.8
already have /opt/csw/lib in their research path, so they also find
libcrypto.so.0.9.8.

Does this situation affect one of your program ?




More information about the bug-notifications mailing list