subversion hardcoded to look for libserf-1.so.1 when a newer libserf is available

2013-12-05 Thread bzb.dev001
I'm compiling subversion-1.8.5 from source with the following supporting projects. The system is a linux box running Lubuntu 12.04 64bit. subversion-1.8.5 serf-1.3.2 apache-apr-1.5.0 apache-apr-util-1.5.3 After compiling from source, when run 'svn', the following error occurs. $

Re: subversion hardcoded to look for libserf-1.so.1 when a newer libserf is available

2013-12-05 Thread Philip Martin
bzb.dev001 bzb.dev...@gmail.com writes: o) compile serf-1.3.2 $ scons APR=/usr/local/bin/apache-apr-1.5.0 APU=/usr/local/bin/apache-apr-util-1.5.3 $ sudo scons install Details of the output are here: http://pastebin.ca/2492961 The resulting serf headers and libraries are installed here:

Re: subversion hardcoded to look for libserf-1.so.1 when a newer libserf is available

2013-12-05 Thread bzb.dev001
On 13-12-05 04:06 PM, Philip Martin wrote: bzb.dev001 bzb.dev...@gmail.com writes: o) compile serf-1.3.2 $ scons APR=/usr/local/bin/apache-apr-1.5.0 APU=/usr/local/bin/apache-apr-util-1.5.3 $ sudo scons install Details of the output are here: http://pastebin.ca/2492961 The resulting serf

Re: subversion hardcoded to look for libserf-1.so.1 when a newer libserf is available

2013-12-05 Thread Philip Martin
bzb.dev001 bzb.dev...@gmail.com writes: Since there is not problem with the permissions. That means that subversion is looking elsewhere for libserf-1.so.1 The serf dependency is part of libsvn_ra_serf, you can see it using $ objdump -x libsvn_ra_serf-1.so | grep NEEDED.*serf NEEDED