FS#17407 - heimdal does not expose libhx509.so.4 symlink

Attached to Project: Arch Linux
Opened by Daniele C. (legolas558) - Sunday, 06 December 2009, 20:40 GMT
Last edited by Ionut Biru (wonder) - Sunday, 06 December 2009, 21:41 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When I launch 'svn' command (or any other which uses libhx509) I get the following:

svn: error while loading shared libraries: libhx509.so.4: cannot open shared object file: No such file or directory

Additional info:
heimdal 1.3.1-2
subversion 1.6.6-2

If I run (as root):
ln -s /usr/lib/libhx509.so /usr/lib/libhx509.so.4

Then the problem is fixed
This task depends upon

Closed by  Ionut Biru (wonder)
Sunday, 06 December 2009, 21:41 GMT
Reason for closing:  Works for me
Additional comments about closing:  be sure that you acually using subversion 1.6.6-2. remove the symlink and reinstall subversion.
Comment by Ionut Biru (wonder) - Sunday, 06 December 2009, 21:33 GMT
i can't replicate using those versions:

ldd /usr/bin/svn | grep ibhx509.so
libhx509.so.5 => /usr/lib/libhx509.so.5 (0x00007f52a11dc000)

Loading...