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

parallel installation of 2 Subversion versions

From: <andreas.kollenbach_at_t-mobile.at>
Date: 2005-08-23 15:27:17 CEST

Hello,

I try to build a newer Subversion than the existing one.
A Subversion 1.2.0 version is installed in the path /appl/subversion-1.2.0
We use WebDAV and TortoiseSVN to get access to the repository from Windows
clients
Therefore mod_dav_svn and mod_authz_svn loaded by an Apache web server in
version 2.0.54.
BerkeleyDB 4.2 is installed.

Now we want to upgrade Subversion to version 1.2.1.

Building Subversion I use following configure call:
 ./configure --prefix=/appl/subversion-1.2.1
--with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-apr=/appl/apache-2.0.54
--with-apr-util=/appl/apache-2.0.54 --with-apache=/comp/source/httpd-2.0.54
A make results in an error:

libtool: link: only absolute run-paths are allowed
*** Error code 1
make: Fatal error: Command failed for target
`Subversion/mod_dav_svn/mod_dav_svn.la'

If I do not use the 'with-apache' switch mod_dav_svn will not be built -
and the problem does not exist.
In this case I can install the newer version parallel to the existing one

To understand how Subversion works together with TortoiseSVN there are some
questions:

Question one: Which module determines which version of Subversion will be
used?
Is it necessary to build mod_dav_svn with a new Subversion version?
How can the error described above be avoided?

Is it necessary to build apache again?
Is it necessary to build apache again if I want to upgrade Berkeley DB to
version 4.3?

Thanks in advance

Greetings
Andi Kollenbach

---------------------------------------------------------------------------------

T-Mobile Austria GmbH

Andreas Kollenbach
Information Technologies / Quality Management
Software Lifecycle & Tools

Rennweg 97-99
A-1030 Wien
Fon: +43 1 79585 6160
Fax: +43 1 79585 7568
Mobile: +43 676 82006160
E-Mail: andreas.kollenbach@t-mobile.at
http://www.t-mobile.at
---------------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 23 15:29:53 2005

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.