[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: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2007-01-06 09:12:32 CET

On 1/5/07, Vlad Georgescu <vgeorgescu@gmail.com> wrote:
> 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
>
I think copying dlls is better approach because I can run tests in
background and continue developing and compiling.

-- 
Ivan Zhakov
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 6 09:12:39 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.