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

Re: Newbie question on Apache error

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 05 Nov 2008 21:29:31 +0100

Mel wrote:
> The LoadModule line in my httpd.conf file looks like:
>
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
>
> I did not put in the relative path and did not use quotes. Do I need
> to? The error message is picking it up.

Did you restart after installing Subversion? If not, the binaries are
not yet in the PATH (the PATH env variable won't change for already
running processes).

If that doesn't work, get the dependency walker from here:
http://www.dependencywalker.com/
then open the *.so file with it. It will tell you what dll's are missing
to successfully load it. Copy those missing dlls from the Subversion bin
folder to the apache bin folder (or the modules folder if that doesn't
work).

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-11-05 21:29:47 CET

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

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