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: Daniel Stenberg <bagder_at_users.sf.net>
Date: Thu, 16 Jan 2014 16:21:14 +0000

- **status**: open --> closed-fixed

---
** [bugs:#1321] Cannot link against GSS-API in HP-UX**
**Status:** closed-fixed
**Created:** Tue Jan 07, 2014 04:12 PM UTC by Michael Osipov
**Last Updated:** Thu Jan 16, 2014 08:42 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-16

These mail archives are generated by hypermail.

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

File upload with ASP.NET