Picking up wrong libraries/dependencies
From: Tom Hanstra <tom_at_nd.edu>
Date: Wed, 28 Mar 2012 17:06:17 -0400
I'm hoping someone can help me understand how to handle this...
I am attempting to install subversion on RHEL5. I have newer versions
/shared/apr
Now I am trying to compile subversion 1.7.4. I configure using this
./configure --prefix=/shared/svnprod/soft --with-apr=/shared/apr
Compilation works. However, the difficulty I am running into is that I
/shared/svnprod/soft/bin 1020$ ldd svn | grep apr
I've also tried creating and ld.conf.so.d file for subversion with:
and the result of that is that ldconfig ends up with both in the cache:
/shared/svnprod/soft/bin 1023$ ldconfig -p | grep apr
But subversion still runs into problems because it is using the wrong
/shared/svnprod/soft/bin 1025$ ./svn
How do I get subversion properly compiled and running to use the newer
Thanks,
-- ------------------------------------------------------------------------ Tom Hanstra Systems Administrator Hesburgh Libraries of Notre Dame Phone: (574)631-4686 213 Hesburgh Library Email: tom_at_nd.edu Notre Dame, IN 46556 "Now, here, you see, it takes all the running you can do, to keep in the same place. If you want to get somewhere else, you must run at least twice as fast as that!" Lewis Carroll - Through the Looking Glass ------------------------------------------------------------------------Received on 2012-03-28 23:48:08 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.