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

Re: Compile Apache

From: Shawn Harrison <harrison_at_tbc.net>
Date: 2004-04-02 16:16:53 CEST

That did it, thank you. Apache compiled without a hitch, linked to BDB, and
I just succeeded compiling the Subversion server.

Here is the Subversion configure script that worked for me. I configure
Apache with
--exec-prefix=/usr/local

# Subversion configure script
./configure \
    --with-apr-util=/usr/local \
    --with-dbm=db42 \
    --with-apxs \
#

Shawn

----- Original Message -----
From: "Nathan Kidd" <nathan@hummingbird.com>
> ...
> Perhaps you forgot to add /usr/local/BerkeleyDB.4.2/lib to
> /etc/ld.so.conf? You've got to run ldconfig afterward.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 2 16:16:54 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.