You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rachael Russell <ra...@gmail.com> on 2005/06/16 14:04:00 UTC

relocation error...

hi all

Using a clean RHEL3 box as a svn client, installed svn via apt-get 
(v1.1.4 r13838).
trying to export a project, and get the following error:

svn export svn://10.221.5.110/projects/siteadmin/trunk
svnserve: relocation error:
/usr/lib/libsvn_subr-1.so.0: undefined symbol:
apr_env_get

Any ideas?

thx
Rachael

Re: relocation error...

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
Rachael Russell wrote:
> Using a clean RHEL3 box as a svn client, installed svn via apt-get

I hope you're not getting bitten by SELinux problems that come up with that 
distro, search the mail archives for more info.

> svnserve: relocation error:
> /usr/lib/libsvn_subr-1.so.0: undefined symbol:
> apr_env_get

I'd say you have a bad mixture of installed libs and binaries. Run ldd or 
ltrace on the executable and see if paths and versions match, watching for 
any other inconsistencies.
If nothing helps, 'apt-get install --reinstall ...', possibly taking a 
different package source. BTW, is apt now the default under RH? If not, it is 
especially likely to conflict with the default package manager.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org