Skip to content

Compile curl, libcurl with Kerberos support#65

Draft
traylenator wants to merge 1 commit intoOpenVoxProject:mainfrom
traylenator:krb5lib
Draft

Compile curl, libcurl with Kerberos support#65
traylenator wants to merge 1 commit intoOpenVoxProject:mainfrom
traylenator:krb5lib

Conversation

@traylenator
Copy link
Contributor

We make use of Kerberos extensively in particular we use rubygem-curb to call out to some Kerberos service from openvox.

We make use of Kerberos extensively in particular we use
`rubygem-curb` to call out to some Kerberos service from
openvox.
@traylenator
Copy link
Contributor Author

traylenator commented Oct 15, 2025

Don't bother running this.

It fails with:

checking if GSS-API support is requested... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for mit-krb5-gssapi options with pkg-config... found
checking for gss.h... no
checking for gssapi/gssapi.h... yes
checking for gssapi/gssapi_generic.h... yes
checking for gssapi/gssapi_krb5.h... yes
checking if GSS-API headers declare GSS_C_NT_HOSTBASED_SERVICE... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for mit-krb5-gssapi options with pkg-config... found
checking if we can link against GSS-API library... no
configure: error: --with-gssapi was specified, but a GSS-API library was not found.
make: *** [Makefile:256: curl-configure] Error 1

Are the default library paths really on not on the linkers path.

@traylenator traylenator marked this pull request as draft October 15, 2025 19:18
@bastelfreak bastelfreak added the enhancement New feature or request label Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants