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

Re: Post for 32-bit SWIG help for Subversion

From: Daniel Rall <dlr_at_collab.net>
Date: 2007-06-21 22:28:15 CEST

On Thu, 21 Jun 2007, Prystash,John wrote:

> > Is "gssapi/gssapi.h" available on your system? If so, are the
> corresponding libraries in a place where Perl's
> > DynaLoader.pm will pick them up?
>
> I was able to find gssapi headers on the host but no corresponding
> libraries
>
> /usr/kerberos/include/gssapi/gssapi_generic.h
> /usr/kerberos/include/gssapi/gssapi.h
> /usr/kerberos/include/gssapi/gssapi_krb5.h
>
> On the 64-bit host (actually several hosts around here) where this
> works, I found these libraries (no .h's though)
>
> /usr/lib64/libgssapi.so.1
> /usr/lib64/libgssapi.la
> /usr/lib64/libgssapi_krb5.so.2.2
> /usr/lib64/libgssapi_krb5.so.2
> /usr/lib64/libgssapi.so.1.0.0

Neon might not build with HAVE_GSSAPI defined on these systems (an
autoconf test likely fails to define HAVE_GSSAPI before the C compiler
is invoked).

> So it looks like I'm missing the gssapi libraries then? Or can I
> undefine HAVE_GSSAPI?

It's surprising that the headers would be present with the libraries
missing (perhaps they're hiding in a non-standard place?).

If you can smuggle an undef of HAVE_GSSAPI into Neon's build, that
might disable the portion of Neon that's causing you problems.

  • application/pgp-signature attachment: stored
Received on Thu Jun 21 22:28:06 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.