OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001058 [leafnode] regular use major always 2005-07-03 00:56 2009-02-16 16:42
Reporter james View Status public  
Assigned To dam
Priority normal Resolution fixed  
Status closed  
Summary 0001058: RPATH is missing /opt/csw/lib
Description None of the leafnode programs run as the RPATH is missing /opt/csw/lib.


Workaround: set LD_LIBRARY_PATH=/opt/csw/lib

Fix: use -R/opt/csw/lib on compile
Additional Information   Example:

/opt/csw/sbin/leafnode
ld.so.1: /opt/csw/sbin/leafnode: fatal: libpcre.so.0: open failed: No such file or directory
zsh: killed /opt/csw/sbin/leafnode


$ ldd /opt/csw/sbin/leafnode
    libpcre.so.0 => (file not found)
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libmp.so.2 => /usr/lib/libmp.so.2



LD_LIBRARY_PATH=/opt/csw/lib ldd /opt/csw/sbin/leafnode
    libpcre.so.0 => /opt/csw/lib/libpcre.so.0
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libmp.so.2 => /usr/lib/libmp.so.2
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0003316)
james (reporter)
2006-03-20 05:06

Problem not yet fixed, hence leafnode still excluded from stable release.
(0005538)
dam (administrator)
2009-02-16 16:41

The issue is fixed in the current release.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker