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

Re: Picking up wrong libraries/dependencies

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 30 Mar 2012 09:12:10 +0100

Tom Hanstra <tom_at_nd.edu> writes:

> Now I am trying to compile subversion 1.7.4. I configure using this
> command:
>
> ./configure --prefix=/shared/svnprod/soft --with-apr=/shared/apr
> --with-apr-util=/shared/apr-util
> --with-apxs=/shared/svnprod/httpd/bin/apxs
> --with-sqlite=/shared/sqlite --with-neon=/shared/neon
>
> Compilation works. However, the difficulty I am running into is that
> I also have RHEL5 default versions of apr, apr-util, and sqlite on the
> server and, when I run the resulting executables, they are picking up
> the RHEL5 versions instead of the /shared versions.

Make sure you built /shared/svnprod/httpd to use /shared/apr and
/shared/apr-util. Perhaps set LD_LIBRARY_PATH.

-- 
Philip
Received on 2012-03-30 10:12:54 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.