cURL

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1321 Cannot link against GSS-API in HP-UX

From: Steve Holme <captain-caveman_at_users.sf.net>
Date: Sun, 12 Jan 2014 14:40:07 +0000

I don't want to provide any bearing on whether to rename or not as a) I don't believe that is the issue at hand here and b) I'm not familiar with this area of code, but I just wanted to add that:

GSSAPI is typically the registered [SASL mechanism](http://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml) name for [Kerberos V5](http://tools.ietf.org/html/rfc4752) whilst GSS-API refers to the API for implementing security technologies such as Kerberos and SPKM.

I hope this helps clarify things a little ;-)

---
** [bugs:#1321] Cannot link against GSS-API in HP-UX**
**Status:** open
**Created:** Tue Jan 07, 2014 04:12 PM UTC by Michael Osipov
**Last Updated:** Sun Jan 12, 2014 08:48 AM UTC
**Owner:** Daniel Stenberg
I've tried to compile curl 7.34.0 with GSS-API support on HP-UX 11.31 and it fails to link against gssapi.so.
The issue is with HP-UX that is comes with HP flavor of MIT Kerberos. This means that there is no krb5-config nor the lis is called gssapi.so.
It looks like this:
    ll /usr/lib/hpux32/libgss*
    -r-xr-xr-x   1 bin        bin         290724 Nov 12  2010 /usr/lib/hpux32/libgss.so
    lr-xr-xr-x   1 bin        bin             23 Nov 20 14:28 /usr/lib/hpux32/libgssapi_krb5.so -> ./gss/libgssapi_krb5.so
I have changed LIBS="-lgss $LIBS" and I was able to link and use the curl binary. We simply need another case for HP-UX in "elif test -z "$GSSAPI_LIB_DIR"; then" and the closing "else" block in configure.ac.
I patch can be tested and approved.
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2014-01-12

These mail archives are generated by hypermail.

donate! Page updated December 29, 2013.
web site info

File upload with ASP.NET