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

Re: subversion on FC4 problem

From: Campbell Allan <campbell.allan_at_sword-ciboodle.com>
Date: Thu, 23 Apr 2009 10:37:19 +0100

On Thursday 23 Apr 2009, Erik Huelsmann wrote:
> > I've downloaded and built subversion on FC4.
> > I receive the following errors:
> >
> > # svnadmin
> > svnadmin: symbol lookup error: svnadmin: undefined symbol:
> > svn_fs_initialize
> >
> >
> > # svn
> > svn: symbol lookup error: svn: undefined symbol: svn_ctype_table
> >
> >
> > # svnserve
> > svnserve: symbol lookup error: svnserve: undefined symbol:
> > svn_ra_svn__sasl_status
> >
> >
> > I check'd the libraries are up to date as well as binaries.
> > What can cause this issue?
>
> A pre-existing svn installation?
>
>
> Bye,
>
> Erik.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1
>875367
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].

I get this with libssl when I'm setting up a new server on Suse enterprise.
Run the command:

ldd svnadmin

and it will show you where it is linking in shared libraries from. I suspect
it will include /usr/lib for svn libraries somewhere. You can bypass it
either by building static binaries, using LD_LIBRARY_PATH or as Erik
suggests, uninstalling the existing binaries.

Campbell
__________________________________________________________________________________
Sword Ciboodle is the trading name of ciboodle Limited (a company
registered in Scotland with registered number SC143434 and whose
registered office is at India of Inchinnan, Renfrewshire, UK,
PA4 9LH) which is part of the Sword Group of companies.

This email (and any attachments) is intended for the named
recipient(s) and is private and confidential. If it is not for you,
please inform us and then delete it. If you are not the intended
recipient(s), the use, disclosure, copying or distribution of any
information contained within this email is prohibited. Messages to
and from us may be monitored. If the content is not about the
business of the Sword Group then the message is neither from nor
sanctioned by us.

Internet communications are not secure. You should scan this
message and any attachments for viruses. Under no circumstances
do we accept liability for any loss or damage which may result from
your receipt of this email or any attachment.
__________________________________________________________________________________
Received on 2009-04-23 11:43:51 CEST

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.