Operating System - HP-UX
1826244 Members
2934 Online
109692 Solutions
New Discussion

Re: SASL/GSSAPI in HP-UX 11.00

 
Frederico Munoz
New Member

SASL/GSSAPI in HP-UX 11.00

Hi,

Has anyone ever compiled cyrus-sasl _with_ the GSSAPI module? I'm trying to use a PA-RISC 9000/813 (32 bits, HP-UX 11.00) as a LDAP/Kerberos server but for that I need to be able to use GSSAPI via SASL... so far I haven't discovered anything form HP that will do this, so I'm trying to compile cyrus-sasl. It compiles ok _but_ the gssapi lib isn't loaded because apparently there are some issues with the static/shared libs in HP-UX stock ld; I'm using gcc 2.9 from the HP software download page (GNUPro).


Basically, has anyone been able to compile cyrus-sasl with GSSAPI support _or_ is there any software from HP that will do this?

Thanks a lot,

fsmunoz
2 REPLIES 2
Frederico Munoz
New Member

Re: SASL/GSSAPI in HP-UX 11.00

Just one thing: it appears that the gssapi lib in question (libgssapiv2.a) is the _only_ one that is static and not shared (all the other plugins are .sl). This can probably be the root of the problem... the .la file has 'libgssapiv2.a' as the old_name and dlopen is null.
Any ideas on how to make it a shared lib?

fsmunoz
mango_1
Frequent Advisor

Re: SASL/GSSAPI in HP-UX 11.00

hello all,

is this true? hpux 11.00 does not have native sasl library?