OpenCSW Bug Tracker


Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004899 [subversion] packaging crash always 2012-02-17 17:57 2012-02-22 16:33
Reporter aedgar View Status public  
Assigned To
Priority high Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Product Build
Summary 0004899: svn linked to library not available (libaprutil-0.so.0)
Description The svn package in Dublin does not show a dependency on libaprutil 0 but rather 1. ldd on the executable however shows a dependency:

$ ldd /opt/csw/bin/svn |grep apr
        libaprutil-1.so.0 => /opt/csw/lib/sparcv8/libaprutil-1.so.0
        libapr-1.so.0 => /opt/csw/lib/sparcv8/libapr-1.so.0
        libaprutil-1.so.0 => /usr/local/apache2/lib/libaprutil-1.so.0
        libapr-1.so.0 => /usr/local/apache2/lib/libapr-1.so.0
        libaprutil-0.so.0 => (file not found)
        libapr-0.so.0 => (file not found)

I have uninstalled an reinstalled the packages and libraries but the dependency remains.
Steps To Reproduce
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0009609)
aedgar (reporter)
2012-02-17 18:05

I just realized I had /usr/local/lib in my LD_LIBRARY_PATH. unsetting that made this go away. Not sure if this can be fixed in the packages to force linking to /opt/csw/lib instead.
(0009634)
dam (administrator)
2012-02-22 16:33

Unfortunately LD_LIBRARY_PATH is always processed first. Please use only in controlled environments and not generally in a shell.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker