[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problems configuring Subversion 1.02 and Apache2 on Windows XP

From: Robin Harrison <robin_at_prismix.com>
Date: 2004-05-11 15:59:45 CEST

Hi,

I'm trying to get subversion working on Windows XP Professional, running
under Apache 2.0.44.

Apache has been on this machine for a while, and is successfully serving
up files c/o JRun and ColdFusion using name based virtual hosting. This
side of things works fine.

I've installed subversion (svn, version 1.0.2 (r9423)), and I've
successfully connected to it using the file:/// method with both the
command line, and TortoiseSVN, but Apache is not working, and fails to
start.

I added the following lines into my Apache conf, and copied the
appropriate files into the modules directory.

# SUBVERSION
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

I'm pretty sure that the error was something like the following (but it
was occuring late on a Friday and it apprently wasn't logged)

Cannot load D:/Program Files/Apache Group/Apache2/modules/mod_dav_svn.so
into server: The specified module could not be found.

So I searched around on google and found a couple of replies about this
sort of problem:

http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=45677

I followed the various bits of advice given, I downloaded Dependency
Walker and ran that againgst mod_dav_sn.so, found the dependant files
and copied them into the modules directory.

libapr.dll
libapriconv.dll
libaprutil.dll
libdb42.dll
libeay32.dll
libhttpd.dll

At this point I still receive the following error in Dependency Walker,
but there are no dlls flagged red:

Error: At least one module has an unresolved import due to a missing
export function in an implicitly dependent module.
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.

And when I test the Apache configuration I receive the same message as
before

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

Note: I don't have any of the tools necessary to compile Apache and/or
Subversion to work on this machine.

I'm hoping it's a simple mistake somewhere, but does anyone have any
pointers or ideas as to how to get this working - I'm using Visual
SourceSafe and I'd really really like to shift off it.

Thanks in advance,

Robin Harrison
 --
robin harrison
prismix ltd
t +44 (0) 870 749 1100
f +44 (0) 870 749 1200
w www.prismix.com

        
        
                           
        
                          

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 11 16:01:11 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.