Subversion --mod_dav_svn.so -

2007-08-12 Thread David Southwell
Hi

I am getting into problems compiling subversion with apache2.

subversion-1.4.4_1
apache-2.2.4_2

Could someone who is familier with subversion  apache please  confirm with me 
the configure and make command lines for both. 

I have what I believe to be the correct entries in httpd.conf:

LoadModule dav_module libexec/apache22/mod_dav.so
LoadModule dav_svn_module libexec/apache22/mod_dav_svn.so

Whatever I do not finish up with the required *so files after subversion is 
installed.

So
/usr/local/sbin/apachectl restart
reports:

httpd: Syntax error on line 88 of /usr/local/etc/apache22/httpd.conf: Cannot 
load /usr/local/libexec/apache22/mod_dav_svn.so into server: Cannot 
open /usr/local/libexec/apache22/mod_dav_svn.so

An up to date locate database does not find mod_dav_svn.so on the system.
whereis reports:
svn path is
svn: /usr/local/bin/svn
httpd path is:
httpd: /usr/local/sbin/httpd

Other *.so modules are in
/usr/local/libexec/apache22
and loading correctly


Thanks in advance

david
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Subversion --mod_dav_svn.so -SOLVED

2007-08-12 Thread David Southwell
On Sunday 12 August 2007 05:24:19 David Southwell wrote:
 Hi

 I am getting into problems compiling subversion with apache2.

 subversion-1.4.4_1
 apache-2.2.4_2

 Could someone who is familier with subversion  apache please  confirm with
 me the configure and make command lines for both.

 I have what I believe to be the correct entries in httpd.conf:

 LoadModule dav_module libexec/apache22/mod_dav.so
 LoadModule dav_svn_module libexec/apache22/mod_dav_svn.so

 Whatever I do not finish up with the required *so files after subversion is
 installed.

 So
 /usr/local/sbin/apachectl restart
 reports:

 httpd: Syntax error on line 88 of /usr/local/etc/apache22/httpd.conf:
 Cannot load /usr/local/libexec/apache22/mod_dav_svn.so into server: Cannot
 open /usr/local/libexec/apache22/mod_dav_svn.so

 An up to date locate database does not find mod_dav_svn.so on the system.
 whereis reports:
 svn path is
 svn: /usr/local/bin/svn
 httpd path is:
 httpd: /usr/local/sbin/httpd

 Other *.so modules are in
 /usr/local/libexec/apache22
 and loading correctly


 Thanks in advance

 david
OK Found it
# make -DWITH_MOD_DAV_SVN configure
#make -DWITH_MOD_DAV_SVN 
#make install
works


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Subversion --mod_dav_svn.so -

2007-08-12 Thread Philip M. Gollucci

David Southwell wrote:

Hi

I am getting into problems compiling subversion with apache2.

subversion-1.4.4_1
apache-2.2.4_2

Could someone who is familier with subversion  apache please  confirm with me
the configure and make command lines for both.

cd /usr/ports/devel/subversion
sudo make WITH_MOD_DAV_SVN=yes install clean

There are several other quite useful flags for this port too.


--

Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Senior System Admin - Riderway, Inc. http://riderway.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]