On Wed, Mar 23, 2016 at 11:39 AM, Stefan Sperling <s...@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@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))