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

Re: undefined symbol: gdbm_errno

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-06-17 21:48:06 CEST

On Thu, Jun 17, 2004 at 02:39:26PM -0500, Armbrust, Daniel C. wrote:
> I'm new to subversion, please bear with me.
>
> I just upgraded a Redhat 9 machine to Fedora Core 2. Since FC2 comes with subversion, I figured the time was right to try it out. I installed subversion 1.0.2-1 from the Fedora CD.
>
> Now I'm trying to run it, and all I get is an error.
>
>
> svn
> svn: error while loading shared libraries: /usr/local/apr/lib/libaprutil-0.so.0: undefined symbol: gdbm_errno
> armbrust@mir04==> /usr/local>

Unset LD_LIBRARY_PATH if you have it set in your shell; remove
/usr/local/apr/lib and any other non-standard library paths from
/etc/ld.so.conf, then re-run ldconfig for luck. If you don't need the
APR installation in /usr/local/apr you can just remove it entirely...
Regards,

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 17 21:49:39 2004

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.