Skip to Content
0
Former Member
May 26, 2004 at 12:52 PM

SSO without EP using Kerberos

80 Views

I am trying to integrate MITs Kerberos with SAP but cannot get SAP to start when the gssapi library file gssapi_krb5.so is loaded.

The error message received is;

  • ERROR => DlLoadLib: dlopen()= 0509-022 Cannot load module /usr/extract/krb5-1.3.3/src/lib/gssapi/krb5/gssapi_krb5.so.

0509-102 The size of the auxiliary header is invalid.

0509-194 Examine file headers with the 'dump -ohv' command. -> DLENOACCESS (8,Cannot run a file that does not have a valid format.) [dlux.c 226]

I think this is because there are no shared libraries linked with this file. I have analysed similar files using the command 'dump -Tv <filename>' and can see that libr_c.a is linked.

Does anyone know how to link the correct libraries with this file or know where I can obtain a correct version of the gssapi.so file for AIX 5.1?