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

Question on building Subversion.

From: David Tyler <dtyler_at_justicesystems.com>
Date: 2007-04-18 22:35:52 CEST

I am very new to Subversion and I am currently trying to build and install Subversion on a Linux server, but I have yet to get past the ./configure.

I have unpacked:
subversion-1.4.3.tar.gz
subversion-deps-1.4.3.tar.gz

I have installed:
Berkeley 4.5.20 DB
Apache 2.2.4

Note: It appears that an old version of apache has been installed on the machine, possibly as part of the OS (see below). I am not sure how to remove this or even if I need to remove it.

Here is where I am at:

I try to run the following as a standard user:
./configure --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2 --with-berkeley-db=/usr/local/BerkeleyDB.4.5

And get the error:

configure: error: APR-UTIL was installed independently, it won't be
                        possible to use the specified Berkeley DB: /usr/local/BerkeleyDB.4.5

The installed versions of apache on the system are:

Original version:
[svn@abqlx1 sbin]$ /usr/sbin/apachectl -v
Server version: Apache/2.0.46
Server built: Sep 25 2003 09:26:39

The new version I have installed is:
[svn@abqlx1 bin]$ /usr/local/apache2/bin/apachectl -v
Server version: Apache/2.2.4 (Unix)
Server built: Apr 18 2007 13:38:18

Does anyone here have an idea of how to get past this error?

Thanks,
David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 18 22:36:45 2007

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.