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

mod_dav_svn and apache2 modules

From: <hkatz_at_iscs-i.com>
Date: 2005-06-27 19:12:51 CEST

Hi,
The cygwin subversion1.20 package has the dav module:

cygcheck -l subversion | grep dav
/usr/bin/cygsvn_ra_dav-1-0.dll

while the new apache2 package does not have mod_dav_svn:

cygcheck -l apache2 | grep mod | grep dav
/usr/lib/apache2/mod_dav.so
/usr/lib/apache2/mod_dav_fs.so

I don't believe I can take the dll from svn and make it a DSO
in apache2.

I hesitate to try to build 1.20 until I figure out what went wrong
with building subversion 1.10:

/usr/src/rpm/SOURCES/subversion-1.1.0/subversion/libsvn_subr/xml.c:341:
undefined reference to `_apr_pool_destroy'
xml.lo: In function `svn_xml_make_open_tag_v':
/usr/src/rpm/SOURCES/subversion-1.1.0/subversion/libsvn_subr/xml.c:566:
undefined reference to `_apr_pool_destroy'
/usr/lib/libcygwin.a(libcmain.o):: undefined reference to `_WinMain@16'
collect2: ld returned 1 exit status
make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1

Where I followed directions and did:

./configure --with-apr=/usr/local --with-apr-util=/usr/local --enable-so
make
make install

with ensuing results.

/usr/local was the apache2 dir.

Does this headache vanish when building 1.20?

Thanks,
Henry Katz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 27 19:19:00 2005

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.