Mailing Lists
|
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1321 Cannot link against GSS-API in HP-UX
From: Michael Osipov <michael-o_at_users.sf.net>
Date: Sun, 12 Jan 2014 08:48:15 +0000
Daniel, I can do that. I took the reference name from the RFCs. Have a look [here](http://www.ietf.org/rfc/rfc2743.txt) and [here](http://www.ietf.org/rfc/rfc2078.txt).
--- ** [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:** Sat Jan 11, 2014 11:23 PM 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. |
Page updated December 29, 2013.
web site info