You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2001/06/05 21:57:40 UTC

mod_dav_svn

gstein, I may have discovered an itty-bitty bug in the new build
system.

I followed the usual instructions in notes/dav_setup.txt to build and
install a Subversion-enabled Apache.  When I ran 'make install' within
subversion/, all of the libsvn_* shared objects got copied to
/usr/local/lib, but libmod_dav_svn.so did NOT get copied to
/usr/local/apache2/modules.  I ended up having to copy it by hand.

Is this a bug?

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

Re: mod_dav_svn

Posted by Greg Stein <gs...@lyra.org>.
On Tue, Jun 05, 2001 at 04:57:40PM -0500, Ben Collins-Sussman wrote:
> 
> gstein, I may have discovered an itty-bitty bug in the new build
> system.
> 
> I followed the usual instructions in notes/dav_setup.txt to build and
> install a Subversion-enabled Apache.  When I ran 'make install' within
> subversion/, all of the libsvn_* shared objects got copied to
> /usr/local/lib, but libmod_dav_svn.so did NOT get copied to
> /usr/local/apache2/modules.  I ended up having to copy it by hand.
> 
> Is this a bug?

Yup. I see a problem in my Makefile, too. I'll track it down.

Thanks!

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

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