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

RE: Berkely db 4.2 + apr-util: Almost There!

From: Jack Ivey <ivey_at_altair.com>
Date: 2004-03-02 16:20:38 CET

Nathan,
Your formula was the only one that has worked for me; I think
it was subversion configure flags that did the trick.
Thanks!

Jack

>* build and install BerkeleyDB 4.2, SWIG 1.3, neon 0.24.4 to default
>locations

># Apache

>tar xfz httpd-2.0.48.tar.gz
>cd httpd-2.0.48

>Follow instructions at:
>http://subversion.tigris.org/project_faq.html#linux-bdb42-build
>to patch srclib/apr-util/configure from the 2.0.48 apache tarball.

>CFLAGS=-I/usr/kerberos/include ./configure --prefix=/usr/local/apache2
>--enable-auth-digest --enable-deflate --enable-mime-magic
>--enable-usertrack --enable-proxy --enable-proxy-http --enable-ssl
>--enable-dav --enable-info --enable-suexec --enable-dav-fs
>--enable-speling --enable-rewrite --enable-so --with-dbm=db42
>--with-berkeley-db=/usr/local/BerkeleyDB.4.2 --enable-maintainer-mode

>make; su; make install

># Subversion

>tar xfj subversion-1.0.0.tar.bz2
>cd subversion-1.0.0
>./configure --with-neon=/usr/local
>--with-apxs=/usr/local/apache2/bin/apxs
>--with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-editor=vi
>--with-zlib --with-ssl --enable-maintainer-mode
>--with-apr=../httpd-2.0.48/srclib/apr
>--with-apr-util=../httpd-2.0.48/srclib/apr-util

>make; su; make install

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 2 16:19:53 2004

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.