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

Problem with undefined symbol when running Subversion

From: Adam Stein <adam_at_scan.mc.xerox.com>
Date: 2005-05-18 14:51:47 CEST

This is my first time with Subversion. I downloaded the source for
v1.1.4 and compiled on a Red Hat 9 system. When I installed, all the
programs in bin worked (as in I could run and get an error message that
I wasn't using any options yet) except for 'svn' and 'svnversion'. Both
of these programs gave me the error:

svn: relocation error: /packages/subversion/lib/libsvn_client-1.so.0:
undefined symbol: svn_ra_dav_init

I found './subversion/clients/cmdline/svn' which I could run but did NOT
have support for local files as shown by the output:

        svn, version 1.1.4 (r13838)
           compiled May 18 2005, 08:31:45

        Copyright (C) 2000-2004 CollabNet.
        Subversion is open source software, see http://subversion.tigris.org/
        This product includes software developed by CollabNet
        (http://www.Collab.Net/).

        The following repository access (RA) modules are available:

        * ra_dav : Module for accessing a repository via WebDAV (DeltaV)
        protocol.
          - handles 'http' schema
        * ra_svn : Module for accessing a repository using the svn network
protocol.
          - handles 'svn' schema

'./subversion/clients/cmdline/svn' calls 'lt-svn'. I don't know what
the difference between what gets installed as 'svn' and 'lt-svn'.

I saw that svn_ra_dav_init() is defined in 'session.c'. I'm not sure
why these two particular program are having problems.

I've compiled and ran this on a machine that never had Subversion
installed before. Any help would be most appreciated.

-- 
Adam Stein @ Xerox Corporation       Email: adam@scan.mc.xerox.com
Disclaimer: Any/All views expressed
here have been proved to be my own.  [http://www.csh.rit.edu/~adam/]
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 18 14:54:03 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.