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

2013-12-05 Thread Philip Martin
"bzb.dev001" 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 libserf-1

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" 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 librarie

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

2013-12-05 Thread Philip Martin
"bzb.dev001" 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: > > /usr/