SSO and SAP with kerberos in AIX

Thomas Beneke Thomas.Beneke at Sun.COM
Wed Oct 26 11:58:20 EDT 2005


jldelamata at gmail.com schrieb:
> I'm configuring SSO with Kerberos for SAP in a system AIX.
> But when restart the instance appears the following error:
> N  SncInit():   found snc/data_protection/max=3, using 3 (Privacy
> Level)
> N  SncInit():   found snc/data_protection/min=1, using 1
> (Authentication Level)
> N  SncInit():   found snc/data_protection/use=3, using 3 (Privacy
> Level)
> N  SncInit(): found  snc/gssapi_lib=/usr/local/lib/libgssapi_krb5.a
> M  *** ERROR => DlLoadLib:      0509-026 System error: Cannot run a
> file that do
> es not have a valid format. -> DLENOACCESS (8,Exec format error)
> [dlux.c       2
> 46]
> N  *** ERROR => SncPDLInit():
> DlLoadLib("/usr/local/lib/libgssapi_krb5.a")=DLENO
> ACCESS [sncxxdl.c    342]
> N  *** ERROR => SncPDLInit()==SNCERR_INIT, Adapter (#0)
> /usr/local/lib/libgssapi
> _krb5.a not loaded
> N   [sncxxdl.0613]<<- SncInit()==SNCERR_INIT
> N           sec_avail = "false"
> M  ***LOG R19=> ThSncInit, SncInit ( SNC-000001) [thxxsnc.c    219]
> M  *** ERROR => ThSncInit: SncInit (SNCERR_INIT) [thxxsnc.c    221]
> M  in_ThErrHandle: 1
> M  *** ERROR => SncInit (step 1, th_errno 44, action 3) [thxxhead.c
> 8369]
> M
> 
> And all work process die.
> 
> Any idea?
> 
> thanks,
> 
Hi,

you try to load a static library. You have to use a shared one. In this
case: libgssapi_krb5.so.

Regards,
Thomas


More information about the Kerberos mailing list