[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

libaprutil-1.so.0: cannot open shared object file: No such file or directory

From: Harry Zhu <harry_at_greatlodge.com>
Date: 2005-11-23 00:10:46 CET

Anybody installed the Subversion 1.2.3 against Apr 1.0.2.2?

I have sucessfully installed it (server and client) and tested (make check) fine. But I have problem when use it.
Say, I created the repository as /svnroot and imported some files
run "svnserve -d" on the server.

But when I run the following:

svnuser_at_svnserver> svn list svn+ssh://svnserver/svnroot
svnserve: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory
svn: Connection closed unexpectedly

svnuser_at_svnclient>svn list svn+ssh://svnserver/svnroot
svnuser@svnserver's password:
svnserve: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory
svn: Connection closed unexpectedly

Ok, on both server and client,
the "/usr/local/apr/lib/" (where the libaprutil-1.so.0 is found) is added to the LD_LIBRARY_PATH
in the /home/svnuser/.bash_profile

Anybody can give me a hint on what's the problem is?
Thanks,

Harry Zhu
GreatLodge
Received on Wed Nov 23 00:11:04 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.