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

RE: Re: Error: Subversion with Apache

From: Andrei Dimitrief-Jianu <andrei_at_allegrowireless.com>
Date: 2007-02-26 15:49:28 CET

You get that error message from apache if there are .dlls missing.

Just having the libdb44.dll in the 'modules' folder is not enough.
I had to move there all the .dlls used by the svn to build the apache
modules:
- intl3_svn.dll
- libapr.dll
- libapriconv.dll
- libaprutil.dll
- libdb44.dll
- libhttpd.dll

Hope this helps!
Andrei.

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2007a@ryandesign.com]
Sent: Friday, February 23, 2007 12:08 PM
To: Suelmar Castro
Cc: users@subversion.tigris.org
Subject: Re: Error: Subversion with Apache

On Feb 23, 2007, at 07:31, Suelmar Castro wrote:

> OS - Windows XP with SP2
>
> I installed apache server 2.2.4 and subversion 1.4.3, copied the
> files (mod_authz_svn.so, mod_dav_svn.so and libdb44.dll) to apache/
> modules.

[snip]

> and when i run apache's test configuration, he showed me a error
> that he didnt cant load this module, cause he didnt found specified
> module.

Read the first note in the yellow box here:

http://subversion.tigris.org/project_packages.html#windows

It says:

"Note that the Apache modules included in this package was compiled
against Apache HTTP Server 2.0, and thus will not work with Apache
HTTP Server 2.2."

So if you want to use those binaries, you will need to use Apache
2.0.x. If you want to use Apache 2.2.x, you will have to use
different binaries, or compile Subversion yourself.

Or maybe you are using different binaries. You didn't say where you
got them.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 26 15:49:55 2007

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.