Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURL_VERSION_GSSAPI is not display on curl tool. #13492

Closed
talregev opened this issue Apr 28, 2024 · 4 comments
Closed

CURL_VERSION_GSSAPI is not display on curl tool. #13492

talregev opened this issue Apr 28, 2024 · 4 comments

Comments

@talregev
Copy link
Contributor

I did this

compile curl with krb5 with the flag (use_gssapi)
then on curl:
./curl --version
Not version nor the library that it compile like other similar vars do.

I expected the following

I expect to show the lib name I compile with the version number (krb5-gssapi v1.21.2).

curl/libcurl version

curl version 7.8.1

operating system

wsl2 ubuntu 22.04

@bagder
Copy link
Member

bagder commented Apr 28, 2024

GSS-API appears as a listed feature in the Features list.

@bagder
Copy link
Member

bagder commented Apr 28, 2024

The library name+version is not though. curl_version_info() does not export that information.

@talregev
Copy link
Contributor Author

Thank you for your respond.
Can it export the lib name + version, like curl doese for other libs / other version vars?

@bagder
Copy link
Member

bagder commented Apr 29, 2024

It certainly could do that, yes. It just needs someone to do the work and write the code...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants