Description
When I compile Subversion 1.3.0_rc4 on Debian Sarge I get a big problem: The mod_dav_svn and mod_authz_svn modules do not get build. When I use the same commands for Subversion 1.2.3 (or earlier) everything is fine. What did I do wrong? Here is my command line: cd /subversion make clean ./autogen.sh && ./configure --with-axps && make && make install && svn_services. pl stop-svn && svn_services.pl start-svn && /etc/init.d/apache2 restart I've tried to compile the modules with axps2, but no luck here either. There are missing symbols, when I try to restart the server. Here is the command line used for that: apxs2 -i -a -c -I../include mod_authz_svn.c (inside the mod_authz_svn directory) apxs2 -i -a -c -I../include mod_dav_svn.c (inside the mod_dav_svn directory)
Original issue reported by ltiefland