[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 mod_authz_svn do not get built on Debian Sarge

From: <ltiefland_at_gate-birds-sky.org>
Date: 2005-12-04 23:26:16 CET

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)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 4 23:30:03 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.