search for: 00003cb0

Displaying 1 result from an estimated 1 matches for "00003cb0".

Did you mean: 00003c00
2007 Jan 17
3
[Bug 1276] Link stage fails when gssapi exists
...collect2: ld returned 1 exit status make: *** [sshd] Error 1 This 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/li...