OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003981 [libssl0_9_8] regular use minor always 2009-10-27 14:20 2009-11-22 12:51
Reporter smwardle View Status public  
Assigned To yann
Priority normal Resolution no change required  
Status closed  
Summary 0003981: 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
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0006927)
yann (manager)
2009-11-01 02:15

/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 ?
(0006936)
smwardle (reporter)
2009-11-02 10:02

It's not causing a problem. It's just something I noticed whilst looking at another issue.
(0006939)
yann (manager)
2009-11-02 22:48

Next time I will release the openssh package, I will see if I can easily hardcode the library research path in the library files using openssl build system.

But I don't consider a real bug so I am closing it.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker