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

RE: why is no == yes (apache)

From: Andy Cutright <Andy.Cutright_at_borland.com>
Date: 2005-04-06 22:11:35 CEST

hi,

i don't believe subversion will build without the APR. i believe you can
configure subversion to either build the APR that comes with its source
footprint, or use and existing httpd installation, from which it will
glean the necessary configuration files, libraries, etc. you can't
configure subversion to not use httpd. i believe the '--with-apache'
configuration parameter allows you to specify the directory where to
find the httpd libraries, header files, etc.

maybe i'm misunderstanding your question.

cheers,
andy

> -----Original Message-----
> From: Mage [mailto:mage@mage.hu]
> Sent: Wednesday, April 06, 2005 7:18 AM
> To: users@subversion.tigris.org
> Subject: why is no == yes (apache)
>
> Hello,
>
> i just upgraded to subversion 1.1.4 from source with:
>
> ./configure --prefix=/usr/local/subversion --with-apache=no
> --with-zlib
> --with-berkeley-db=no
>
> when i made make install, i saw this:
>
> cp .libs/mod_dav_svn.soT /usr/local/apache/modules/mod_dav_svn.so
> cp .libs/mod_dav_svn.lai /usr/local/apache/modules/mod_dav_svn.la
> cp .libs/mod_dav_svn.a /usr/local/apache/modules/mod_dav_svn.a
> ranlib /usr/local/apache/modules/mod_dav_svn.a
> chmod 644 /usr/local/apache/modules/mod_dav_svn.a
> PATH="$PATH:/sbin" ldconfig -n /usr/local/apache/modules
> ----------------------------------------------------------------------
> Libraries have been installed in:
> /usr/local/apache/modules
>
>
> Also I upgraded to subversion 1.1.4 on my gentoo system. USE="-apache2
> -berkdb" emerge subversion-1.1.4.ebuild. However it depends
> on apr-utils
> and apr.
>
>
> Why?
>
> Mage
>
> ---------------------------------------------------------------------
> 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 Wed Apr 6 23:45:42 2005

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.