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>/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-19 11:53:41 CEST