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

Re: neon needs GSS_C_NT_HOSTBASED_SERVICE?

From: Scott Lawrence <slawrence_at_pingtel.com>
Date: 2004-04-11 15:19:09 CEST

On Fri, 2004-04-09 at 19:17, Joe Orton wrote:
> On Fri, Apr 09, 2004 at 05:15:57PM -0400, Scott Lawrence wrote:
> > I've run into a problem running the svn command on the system that is my
> > subversion server (as far as I can tell, the subversion server and its
> > associated commands like svnadmin are fine). I don't have this problem
> > on my clients, which are several other flavors of Linux and Windows.
> >
> > The error I get is:
> >
> > > svn -v
> > svn: relocation error: /usr/lib/libneon.so.24: undefined symbol:
> > GSS_C_NT_HOSTBASED_SERVICE
>
> The neon package you've installed was built against MIT krb5 1.3.x, but
> your system only has krb5 1.2.x. Either you've grabbed the wrong
> package, or the package was built on the wrong platform.

David Summers sent me the list of rpms on his build system, and the
versions all matched. So I downloaded the libneon source tarball and
built it locally:

   ./configure --enable-shared --with-ssl --prefix=/usr
   make
   sudo make install

everything works now (the GSS_C_NT_HOSTBASED_SERVICE symbol no longer
shows up in what the library needs, so I suspect that kerberos on your
build system got updated from a source package rather than an rpm,
David).

Thanks for the help everyone.

-- 
Scott Lawrence        
  Pingtel Corp.   
  sip:slawrence {at} pingtel.com  
  +1.781.938.5306 x162
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 11 15:20:52 2004

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.