on  
Apache Lounge
Webmasters & Programmers Home

 


Forum Index Downloads Contact
Search Forum Register Log in
 RSS Feed Apache Lounge



Register.com New Year Banners


Keep Server Online

The Apachelounge is not funded by anyone other than me (Steffen).

If you find the Apache Lounge, the downloads and overall help usefull, please express your satisfaction with a donation.

A donation makes a contribution towards the costs, the time and effort that's going in to running this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well.

mod_dav_svn problem (adding subversion modules to apache)

 
Post new topic   Reply to topic    Apache Forum Index -> Apache third-party Modules
View previous topic :: View next topic  
Author Message
SleepMode



Joined: 20 Sep 2007
Posts: 1

PostPosted: Thu 20 Sep '07 7:38    Post subject: mod_dav_svn problem (adding subversion modules to apache) Reply with quote

Hi..
I get the following module load error after configuring Apache (adding subversion modules):

Syntax error on line 174 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_dav_svn.so into server:
The specified procedure could not be found.

- httpd.conf file includes:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

- the modules are in apache modules folder
- i copied all the SVN dlls to the apache bin and modules directories.
- i added SVN/bin to the path

And the problem still continues..

What can i do other than this?
Back to top
View user's profile
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 2809
Location: Germany, Next to Hamburg

PostPosted: Thu 20 Sep '07 8:25    Post subject: Reply with quote

Not sure, but I think you also need to LoadModule dav_fs_module modules/mod_dav_fs.so
Back to top
View user's profile Visit poster's website
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 586
Location: Milford, MA, USA

PostPosted: Thu 20 Sep '07 12:45    Post subject: Reply with quote

This error usually indicates that your version of Subversion is not built for the version of Apache you are using.

If you installed Subversion from a Windows binary:
re: "- i copied all the SVN dlls to the apache bin and modules directories. "
You don't want to do this.

-tom-
Back to top
View user's profile
jrep



Joined: 29 Jul 2010
Posts: 1
Location: California

PostPosted: Thu 29 Jul '10 16:21    Post subject: Files have moved Reply with quote

tdonovan wrote:
Make sure you installed from...


While the advice is sound, the actual links provided here have grown stale, and were recently rendered invalid. The file series on Tigris is no longer being maintained, because the volunteers who were doing that felt it had become pointless: there are professionally-built, tested, and certified binaries now available, such as the CollabNet ones.

If you really do want that older binary, it's still available, in the subversion.tigris.org documents archive, in the folder named "1.6.x (archived, win32, apache2.2.x)"
Back to top
View user's profile Visit poster's website
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 2809
Location: Germany, Next to Hamburg

PostPosted: Thu 29 Jul '10 20:52    Post subject: Reply with quote

There are free binaries at http://alagazam.net/ where don't have to register like on CollabNet.
Back to top
View user's profile Visit poster's website

Post new topic   Reply to topic    Apache Forum Index -> Apache third-party Modules
Page 1 of 1