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

RE: Installing SVN1.5.2 on a clean installation of CentOs 4.4

From: Mike Mezeul <MMezeul_at_advaoptical.com>
Date: Fri, 19 Sep 2008 08:59:19 -0500

Thanks for the feedback it helped tremendously. I was using -with-apr
but I did not have the -with-apr-util included and the error message led
me to believe that it was the apr not the utils.

 

Mike

 

________________________________

From: Stephen D'Souza [mailto:stephen_at_routesms.com]
Sent: Friday, September 19, 2008 4:54 AM
To: Mike Mezeul
Cc: users_at_subversion.tigris.org
Subject: Re: Installing SVN1.5.2 on a clean installation of CentOs 4.4

 

Mike Mezeul wrote:

Hello;

 

I've been trying to install the latest version of SVN (1.5.2) on a Linux
machine just loaded with CentOS 4.4. I've downloaded the
subversion-1.5.2.tar.gz file along with the subversion-deps-1.5.2.tar.gz
file. The problem that I seem to be having is that when I run the
command ./configure in the subversion folder, it appears that the
version of apr that got installed is installed is older than what the
subversion installer expects.

 

I've build all of the dependencies (e.g. apr, apr-utils, neon, etc.) and
made sure that they are installed correctly. From what I can see the
version of apr that gets installed (from the deps-1.5.2 file) is version
0.9.4 but it appears that subversion is looking for version 0.9.7 or
newer.

 

Does anyone have any ideas if the versions included in the dependency
tar files are correct?

 

Any help is greatly appreciated.

 

Thanks,

Mike Mezeul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org

Hi Mike,
Most probably the configure script is picking up the APR installation
that got installed with your CentOS 4.4,
You will need to use the --with-apr and --with-apr-util options of the
configure script, for it to be able to locate the apr and apr-util you
compiled from the subversion dependecies.

-- 
Regards
Stephen D'Souza
<http://www.routesms.com> 
Received on 2008-09-19 17:50:42 CEST

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.