Re: Picking up wrong libraries/dependencies

2012-03-30 Thread Philip Martin
Tom Hanstra 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=/s

Re: Picking up wrong libraries/dependencies

2012-03-29 Thread David Weintraub
I believe there's a utility called libtool that allows you to set the libpath for the machine. (I don't have my Linux box in front of me. Drats!). I had a similar situation, and I solved it by changing a file under my /etc directory to reflect the correct loading. You can also set $LIBPATH. On We

Picking up wrong libraries/dependencies

2012-03-28 Thread Tom Hanstra
I'm hoping someone can help me understand how to handle this... I am attempting to install subversion on RHEL5. I have newer versions of apr, apr-util, neon and sqlite in independent directories: /shared/apr /shared/apr-util /shared/neon /shared/sqlite Now I am trying to compile subversion 1