Issue building curl package with GSS-API support #20985
Unanswered
brianbaltz
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Please provide the full change that you have done or provide the full configure command. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's a diff of from the latest PKGBUILD:
I also copied the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this is the best place to ask but what is the best way to build the curl package with GSS-API support? The current package builds 3 variations: openssl, gnutls and winssl. I have tried building with
--with-gssapi-includes
,--with-gssapi-libs
and--disable-sspi
. It seems I need to disable 'schannel' also or I get a redefinition build error. If it does build, I get the following runtime error:Beta Was this translation helpful? Give feedback.
All reactions