Operating System - Linux
1753401 Members
7678 Online
108792 Solutions
New Discussion юеВ

Problems with symlink and subversion install`

 
Darryl Vleeming
New Member

Problems with symlink and subversion install`

Hi,
I'm trying to install Subversion (not through the depot because I need apache support), and keep getting the following error:
ld: Can't find dependent library "libsvn_wc-1.so.0"

I checked and libsvn_wc-1.so.0 is a symlink to a valid file.

Here's the command that causes the error:
cd subversion/svn && /bin/sh /u502/subversion-1.4.6/libtool --tag=CC --silent --mode=link cc -g -g -Ae +Z -mt -D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/local/include/ -I/usr/include/ -L/usr/local/lib/hpux32/ -L/u502/apache3/subversion1.4.4/lib/ -L/u502/subversion-1.4.6/apr-util/xml/expat/lib -rpath /u502/subversion/lib -o svn add-cmd.o blame-cmd.o cat-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o info-cmd.o list-cmd.o lock-cmd.o log-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o notify.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o unlock-cmd.o update-cmd.o util.o ../../subversion/libsvn_client/libsvn_client-1.la ../../subversion/libsvn_wc/libsvn_wc-1.la ../../subversion/libsvn_ra/libsvn_ra-1.la ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_diff/libsvn_diff-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la /u502/subversion-1.4.6/apr-util/libaprutil-0.la /u502/subversion-1.4.6/apr-util/xml/expat/lib/libexpat.la -liconv /u502/subversion-1.4.6/apr/libapr-0.la -lm -lnsl -lpthread -ldld /u502/subversion-1.4.6/neon/src/libneon.la -lintl -lz

Any ideas?
2 REPLIES 2
Darryl Vleeming
New Member

Re: Problems with symlink and subversion install`

Anyone have any thoughts?
Dennis Handly
Acclaimed Contributor

Re: Problems with symlink and subversion install`

(I've asked this be moved to HP-UX > languages.)

>ld: Can't find dependent library "libsvn_wc-1.so.0"
>I checked and libsvn_wc-1.so.0 is a symlink to a valid file.

But is it the right type of file? What does "file libsvn_wc-1.so.0" say?

Is the location of the symlink in a directory provided by one of those -L paths?
Which shlib depends on libsvn_wc-1.so.0?