Date: Sun, 12 Aug 2007 05:24:19 -0700 From: David Southwell <david@vizion2000.net> To: freebsd-questions@freebsd.org Subject: Subversion --mod_dav_svn.so - Message-ID: <200708120524.19390.david@vizion2000.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708120524.19390.david>