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: Thu, 09 Jan 2014 09:37:08 +0000
Daniel, have a look at this patch. This works with HP-UX on IA64 now. Cross-tested on RHEL 6 and FreeBSD 9.2. I took the liberty to apply some descriptional improvements to the configure.ac.
Two more things: Although the configure script displays that GSS-API support is enabled, it is not reflected in the features overview in "curl --version" and w/o GSS-API man page and --help still include options which refer to GSS-API (e.g. SOCKS). Should I file further tickets for these?
Attachment: curl-1321.patch (4.1 kB; text/x-diff)
--- ** [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:** Wed Jan 08, 2014 08:49 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-09 These mail archives are generated by hypermail. |
Page updated December 29, 2013.
web site info