Displaying 1 result from an estimated 1 matches for "libgssapi_citi_2".
2007 Jan 17
3
[Bug 1276] Link stage fails when gssapi exists
...s missing function is defined in libgssapi_krb5. I think the problem
behind this is that gss_init_sec_context, which is used in
the configure{,.ac} test is present in both:
$ readelf -a /usr/lib/libgssapi.so | grep init_sec
73: 00003cb0 551 FUNC GLOBAL DEFAULT 11
gss_init_sec_context@@libgssapi_CITI_2
$ readelf -a /usr/lib/libgssapi_krb5.so | grep init_sec
...
183: 00009b00 617 FUNC GLOBAL DEFAULT 11
gss_init_sec_context@@gssapi_krb5_2_MIT
While gss_krb5_copy_cache is only in the latter:
$ readelf -a /usr/lib/libgssapi.so | grep gss_krb5_copy_ccache
$ readelf -a /usr/lib/libgssapi_kr...