subversion hardcoded to look for libserf-1.so.1 when a newer libserf is available
From: bzb.dev001 <bzb.dev001_at_gmail.com>
Date: Thu, 05 Dec 2013 15:24:02 -0500
I'm compiling subversion-1.8.5 from source with the following supporting
subversion-1.8.5
After compiling from source, when run 'svn', the following error occurs.
$ /usr/local/bin/subversion-1.8.5/bin/svn
I know that serf had been compiled and it's location was given as a
Any help is greatly appreciated.
How to reproduce the issue:
o) compile apache-apr-1.5.0
./configure --prefix=/usr/local/bin/apache-apr-1.5.0
o) compile apache-apr-util-1.5.3
./configure --prefix=/usr/local/bin/apache-apr-util-1.5.3
o) compile serf-1.3.2
$ scons APR=/usr/local/bin/apache-apr-1.5.0
Details of the output are here: http://pastebin.ca/2492961
The resulting serf headers and libraries are installed here:
/usr/local/lib/libserf-1.a
o) compile subversion-1.8.5
$ ./configure --prefix=/usr/local/bin/subversion-1.8.5
After a successful compile and install of all projects.
$ /usr/local/bin/subversion-1.8.5/bin/svn
|
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.