Mantis - subversion
Viewing Issue Advanced Details
4899 packaging crash always 2012-02-17 17:57 2012-02-22 16:33
aedgar  
 
high  
closed  
fixed  
none    
none  
0004899: svn linked to library not available (libaprutil-0.so.0)
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.
Issue History
2012-02-17 17:57 aedgar New Issue
2012-02-17 18:05 aedgar Note Added: 0009609
2012-02-22 16:33 dam Note Added: 0009634
2012-02-22 16:33 dam Status new => closed
2012-02-22 16:33 dam Resolution open => fixed

Notes
(0009609)
aedgar   
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   
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.