logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

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

or

Bitcoin

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

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_dav_svn problem (adding subversion modules to apache)
Author
SleepMode



Joined: 20 Sep 2007
Posts: 1

PostPosted: Thu 20 Sep '07 9: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
James Blond
Moderator


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

PostPosted: Thu 20 Sep '07 10: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
tdonovan
Moderator


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

PostPosted: Thu 20 Sep '07 14: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
jrep



Joined: 29 Jul 2010
Posts: 1
Location: California

PostPosted: Thu 29 Jul '10 18: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
James Blond
Moderator


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

PostPosted: Thu 29 Jul '10 22: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


Reply to topic   Topic: mod_dav_svn problem (adding subversion modules to apache) View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules