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

Re: ubdefined reference error with v1.7.3

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 01 Mar 2012 22:35:41 +0000

"Ravish Nayak S. R." <ravish_nayak2003_at_yahoo.co.in> writes:

> I am trying to build/install subversion 1.7.3 on
> rhe4-x86_64 platform, I come across with below error and I could able to
> move further..
>
> ~/subv/subversion/libsvn_repos/.libs/libsvn_repos-1.so.0: undefined reference to `svn_txdelta_to_svndiff2'
>
> ~/subv/subversion/libsvn_ra/.libs/libsvn_ra-1.so: undefined reference to `svn_compat_wrap_file_rev_handler'
>
> ~/subv//subversion/libsvn_fs_fs/.libs/libsvn_fs_fs-1.so.0: undefined reference to `svn_txdelta_stream_create'
>
> In
> the same forum I saw that one of the user gave solution saying it is
> looking for old svn(1.6) libraries try to delete old.. But in my case
> there is no old subversion libraries..

In which directories did you look? Those symbols are present in 1.4 so
you are looking for Subversion 1.3 or earlier.

Are you building from a tarball? Are you using the libtool that came
with the tarball or did you run autogen.sh? Do you have any special
settings such as LD_LIBRARY_PATH or ld.so.conf? What configure command
did you use? What is the exact link command that is failing?

-- 
Philip
Received on 2012-03-01 23:36:19 CET

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.