Tom Hanstra <t...@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