You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Damon Rand <da...@cybermagic.co.nz> on 2002/07/03 21:50:10 UTC

mod_dav_svn and binary Apache distrib..

Hi there,
    Is there an easy way to make mod_dav_svn work on the binary distribution
of Apache (2.0.39)? I want to run release Apache builds on my server, not
the latest source...

When I copy mod_dav_svn.so into a default Apache binary install (Win2k)
apache fails with:

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

I get the same error with mod_dav_svn from 0.13.1 and 0.13.2..

Hopefully I could get it to work by compiling with the latest sources of
Apache but I really rather not.. :-)

Cheers
Damon.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: mod_dav_svn and binary Apache distrib..

Posted by Justin Erenkrantz <je...@apache.org>.
On Thu, Jul 04, 2002 at 07:46:59PM +0100, Damon Rand wrote:
> Do I need to compile my own version of mod_dav_svn.c? If so can I just check
> out a minimum number of header files from the the Apache repository for
> version 2.0.39?

I believe you are compiling against httpd-2.0's HEAD (which is
.40-dev) instead of .39.  .40-dev has several MMN bumps since
we changed a lot of internal structures, so modules compiled for
.39 will not work on .40-dev and vice versa.

SVN is only guaranteed to work with the latest source tree of
httpd-2.0.  If it works with earlier versions, it is by sheer
luck. 

I do believe that some developers are planning to release .40
tomorrow.  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: mod_dav_svn and binary Apache distrib..

Posted by Damon Rand <da...@cybermagic.co.nz>.
> >When I copy mod_dav_svn.so into a default Apache binary install (Win2k)
> >apache fails with:
> >
> >Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_dav_svn.so
> >into server: The specified module could not be found.
> >
>
> You have to put libdb40.dll where Apache will find it. Apache's bin/
> directory would be a good place.

Thanks, got me one step closer, now I get this... :-)

Apache.exe: module "C:\home\subversion\subversion\mod_dav_svn\mod_dav_svn.c"
is not compatible with this version of Apache.
Please contact the vendor for the correct version.

or

Apache.exe: module
"C:\Home\brane\src\svn\repo\subversion\mod_dav_svn\mod_dav_svn.c" is not
compatible with this version of Apache.
Please contact the vendor for the correct version.

depending which version I use.

Do I need to compile my own version of mod_dav_svn.c? If so can I just check
out a minimum number of header files from the the Apache repository for
version 2.0.39?

Cheers
Damon.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: mod_dav_svn and binary Apache distrib..

Posted by Branko Čibej <br...@xbc.nu>.
Damon Rand wrote:

>Hi there,
>    Is there an easy way to make mod_dav_svn work on the binary distribution
>of Apache (2.0.39)? I want to run release Apache builds on my server, not
>the latest source...
>
>When I copy mod_dav_svn.so into a default Apache binary install (Win2k)
>apache fails with:
>
>Cannot load C:/Program Files/Apache Group/Apache2/modules/mod_dav_svn.so
>into server: The specified module could not be found.
>

You have to put libdb40.dll where Apache will find it. Apache's bin/ 
directory would be a good place.

>
>I get the same error with mod_dav_svn from 0.13.1 and 0.13.2..
>
>Hopefully I could get it to work by compiling with the latest sources of
>Apache but I really rather not.. :-)
>  
>


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org