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

Re: BUILD errors with APR under LINUX Subversion 1.0.0

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-02-24 14:54:12 CET

Falko Zurell wrote:

> Finally I tried to build subversion against these new builds. But
> configure complained about my APR build:
>
> ./configure --prefix=/opt/subversion --with-berkeley-db=$DB
> - --with-apxs=$HTTPD/bin/apxs

Don't get so baroque; the build system is smarter than that. I have had very
good luck (including with SuSE 9.0, Mandrake 9.1, and FreeBSD 5.0) with the
following recipe:

1) Build/install BDB 4.2.x and add what you call the $DB directory to
/etc/ld.so.conf and run ldconfig

2) Build/install Apache 2.0.48 using

        ./configure \
        --enable-dav \
        --enable-so \
        --with-berkeley-db=$DB

3) Build/install Subversion with the following

        ./configure --with-apxs=$HTTPD/bin/apxs

And everything works. Don't muck around with the APR directory (it's not
necessary to play those games).

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 14:53:38 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.