Hello Herbert!

On Thursday 19 February 2009 Philipp Marek wrote:
> And which version of subversion? Maybe the libraries aren't named
> "libsvn_ra-1", so that the configure script cannot find them?
> Do you have the header files available?

Your config.log says:
  configure:4839: checking for svn_txdelta_apply in -lsvn_delta-1
  configure:4874: gcc -o conftest -g -O2 -D_GNU_SOURCE=1
    ...
    conftest.c -lsvn_delta-1  -laprutil-1 -lpcre  >&5
  Undefined     first referenced
   symbol           in file
  apr_hash_clear /usr/local/lib/libsvn_subr-1.so.0
  ld: fatal: Symbol referencing errors. No output written to conftest
  ...
  configure:4915: error: Sorry, can't find subversion.
  See `config.log' for more details.

So it cannot find the symbol "apr_hash_clear" while linking 
the subversion library.

I don't have that function in my APR; neither in the .h files, nor in the 
shared objects. (libapr=1.2.12-5)

But I found this:
        Follow up to 'compile failures with versions of APR older than
        1.3.0' caused by r21561. 
        http://svn.haxx.se/dev/archive-2006-09/0766.shtml

Where did you get the APR and SVN libraries? I think that they don't match, 
ie. that the SVN libs were compiled for a different APR version.

I hope that helps a bit.


Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

Reply via email to