You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tam Nguyen <tn...@yahoo.com> on 2006/10/31 18:55:40 UTC

Suse 9.1 and Subversion 1.4

I tried to install subverion 1.4 on Suse Linux v9.1, but the "make  install" failed with 1 error message: the file  /etc/apache2/httpd2-prefork.conf can not be found.  Thus, the only  file being built is mod_dav_svn not mod_authz_svn.  Please help.
  

Re: Suse 9.1 and Subversion 1.4

Posted by John Szakmeister <jo...@szakmeister.net>.
----- Tam Nguyen <tn...@yahoo.com> wrote:
> I tried to install subverion 1.4 on Suse Linux v9.1, but the "make
> install" failed with 1 error message: the file
> /etc/apache2/httpd2-prefork.conf can not be found. Thus, the only file
> being built is mod_dav_svn not mod_authz_svn. Please help.

run ./configure with --disable-mod-activation.

If you don't, 'make install' will attempt to insert the LoadModule line into your httpd configuration.  In SuSE, I believe the proper way is to add mod_dav_svn to your modules line in /etc/sysconfig/apache2.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org