On 13-12-05 04:06 PM, Philip Martin wrote:
> "bzb.dev001" <bzb.dev001_at_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:
>>
>> /usr/local/lib/libserf-1.a
>> /usr/local/lib/libserf-1.so.1.3.0
>> /usr/local/include/serf-1/serf.h
>> /usr/local/include/serf-1/serf_bucket_types.h
>> /usr/local/include/serf-1/serf_bucket_util.h
>> /usr/local/lib/pkgconfig/serf-1.pc
> That looks like a serf problem, there should be symlinks
>
> libserf-1.so -> libserf-1.so.1.3.0
> libserf-1.so.1 -> libserf-1.so.1.3.0
>
The serf installation does contain your specified symlinks. This is what
I have in my directory listing at /usr/local/lib. Since there is not
problem with the permissions. That means that subversion is looking
elsewhere for libserf-1.so.1
# l
total 1.3M
drwxr-xr-x 2 root root 4.0K Dec 5 14:05 pkgconfig/
drwxrwsr-x 4 root staff 4.0K Oct 2 12:07 python2.7/
drwxr-xr-x 3 root root 4.0K Dec 5 09:54 scons-2.3.0/
drwxr-xr-x 3 root root 4.0K Nov 28 02:02 site_ruby/
-rw-r--r-- 1 root root 803K Dec 5 14:04 libserf-1.a
lrwxrwxrwx 1 root root 18 Dec 5 14:05 libserf-1.so ->
libserf-1.so.1.3.0*
lrwxrwxrwx 1 root root 18 Dec 5 14:05 libserf-1.so.1 ->
libserf-1.so.1.3.0*
-rwxr-xr-x 1 root root 451K Dec 5 14:05 libserf-1.so.1.3.0*
Received on 2013-12-05 23:15:42 CET