You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by OS Prog <os...@gmail.com> on 2009/04/23 08:40:32 UTC

subversion on FC4 problem

Hi,

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?

Best regards,
Nikolay

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1875089

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: subversion on FC4 problem

Posted by Campbell Allan <ca...@sword-ciboodle.com>.
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@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.
__________________________________________________________________________________


Re: subversion on FC4 problem

Posted by Erik Huelsmann <eh...@gmail.com>.
> 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=1875367

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].