Comment 1 for bug 384715

Revision history for this message
Martin Emrich (emme) wrote : Re: subversion 1.5.6 built without ra_dav

I investigated further: not ra_svn (typo) but ra_neon is missing.
It looks like the libneon27 version is wrong:

From subversions ./configure :
------------------
checking neon library version... 0.28.4
You have neon version 0.28.4,
but Subversion needs neon 0.28.3.

An appropriate version of neon could not be found, so libsvn_ra_neon
will not be built. If you want to build libsvn_ra_neon, please either
install neon 0.28.3 on this system

or

get neon 0.28.3 from:
    http://www.webdav.org/neon/neon-0.28.3.tar.gz
unpack the archive using tar/gunzip and rename the resulting
directory from ./neon-0.28.3/ to ./neon/

no suitable neon found
---------------------------