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