Code Monkey home page Code Monkey logo

Comments (3)

aph3rson avatar aph3rson commented on August 21, 2024

edit: This appears to be a downstream packaging issue, at least in Ubuntu (and possibly Debian). The built package in 20.04 has GSSAPI support built-in, the package in 22.04 does not.

Example from 20.04:

me@carbon:/tmp$ strings ./usr/lib/x86_64-linux-gnu/libneon.so.27 | grep gss
gss_display_status
gss_release_buffer
gss_init_sec_context
gss_delete_sec_context
gss_import_name
gss_release_name
libgssapi_krb5.so.2
gssapi_krb5_2_MIT
gssapi: Output token: [%s]
gssapi: No output token.
gssapi: Continuation token [%s]
gssapi: Reset incomplete context.
gssapi: init_sec_context OK. (major=%d)
gssapi: No token in Negotiate response!
gssapi: Negotiate response token [%s]
gssapi: gss_import_name failed.

vs. from 22.04:

me@carbon:/tmp$ strings /usr/lib/x86_64-linux-gnu/libneon.so.27 | grep gss
me@carbon:/tmp$ 

old vs. new also suggests the same thing, note checking for krb5-config... none in the new build output.

We'll raise this with the OS maintainers.

from neon.

aph3rson avatar aph3rson commented on August 21, 2024

Launchpad bug report: #2003266

from neon.

notroj avatar notroj commented on August 21, 2024

Thanks for the report and @mswilson for the analysis.

I'll adjust the configure script to fail if --with-gssapi is used but library detection fails.

from neon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.