[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: VisualSVN server / Linux client

From: Cathy Mullican <cmullican_at_gmail.com>
Date: Wed, 23 Mar 2016 11:53:26 -0700

On Wed, Mar 23, 2016 at 11:39 AM, Stefan Sperling <stsp_at_elego.de> wrote:
> On Wed, Mar 23, 2016 at 11:30:47AM -0700, Cathy Mullican wrote:
>> ldd suggests that svn is not built with GSSAPI support -- neither the
>> 1.8.8 I started with nor the 1.9.3 I installed this morning -- but I"m
>> not sure how to fix that, or even that I'm not missing something, like
>> it being built in to something else.
>
> The component to look at would be the serf library (http://serf.apache.org).
> This is the "HTTP client" used by svn and needs to be built with GSSAPI.

ldd also shows no GSSAPI support for libserf. I've tried building it
a couple of ways, but can't get output that appears to have the
support -- 1.3.3 with the patch from this ticket (
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/1303167 )
builds, but ldd doesn't show anything with 'gss' in the name; trying
1.3.8 with these directions:
http://www.linuxfromscratch.org/blfs/view/svn/basicnet/serf.html gives
permission errors if I use the GSSAPI=/usr option mentioned, as though
it expects the argument to be an executable:
root_at_revdb1:/tmp/serf-1.3.8# scons GSSAPI=/usr
scons: Reading SConscript files ...
/bin/sh: 1: /usr: Permission denied
OSError: '/usr --cflags gssapi' exited 126:
  File "/tmp/serf-1.3.8/SConstruct", line 360:
    env.ParseConfig('$GSSAPI --cflags gssapi')
  File "/usr/lib/scons/SCons/Environment.py", line 1554:
    return function(self, self.backtick(command))
  File "/usr/lib/scons/SCons/Environment.py", line 596:
    raise OSError("'%s' exited %d" % (command, status))
Received on 2016-03-23 19:53:31 CET

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.