"Ravish Nayak S. R." <ravish_nayak2...@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