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

Re: svn trunk r22841: FAIL (win32-xp VS2005)

From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2007-01-05 19:25:50 CET

On 1/5/07, D.J. Heap <djheap@gmail.com> wrote:
> On 1/5/07, Vlad Georgescu <vgeorgescu@gmail.com> wrote:
> [snip]
> > Yeah, copying all the DLLs and modules to the same directory is the
> > only solution that works. Copying them to the root of the build tree
> > makes sense because our own binaries will be able to use them, and we
> > don't have to extend PATH any more. I went ahead and implemented this
> > in r22913, so ra_dav tests should be working now.
>
>
> Great, thanks! It's not quite working, though -- when trying to start
> the Apache service I get:
>
> Syntax error on line 11 of
> M:/svn-auto-test/fsfs/subversion/tests/cmdline/httpd/httpd.conf:
> Cannot load M:/svn-auto-test/fsfs/mod_dav_svn.so into server: The
> specified module could not be found.

It looks like we're copying the modules to abs_objdir (the build tree)
but trying to load them from abs_builddir (the test tree, not very
intuitively named). In your case they're different. So, should we:

a) tell Apache to load its modules from abs_objdir
b) copy the dlls and modules to abs_builddir

?

-- 
Vlad
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 5 19:26:00 2007

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

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