[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: Nathan Kidd <nathan_at_hummingbird.com>
Date: 2004-03-01 20:16:18 CET

Robert Guthrie wrote:

> Nathan Kidd wrote:
>>
>> Try starting from a completely clean build tree.
>
> Thanks for the suggestion, but no dice.

Well, you could always try building APR from apache. :)

Below are the rough notes I made for myself when I did it.

-Nathan
=======================================================

* 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 Mon Mar 1 20:16:20 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.