Hiro Lalwani wrote:
Hi All,
Hi Hiro,
I am not able to use the GSSAPI and Digest-MD5 for my sendmail 8.13.3
on HP-UX . I have cyrusSASL2.1.23. I am getting following error in the
syslog.
Feb 04 05:30:18 unix sm-mta[1037]: unable to dlopen
/usr/lib/sasl2/libdigestmd5.sl.2: Unresolved symbol: DES_key_sched
(code) from
/usr/lib/sasl2/libdigestmd5.sl.2
This looks like a symbol exported from one of OpenSSL libraries.
Feb 04 05:30:18 unix sm-mta[1037]: unable to dlopen
/usr/lib/sasl2/libgssapiv2.sl.2: Unresolved symbol:
GSS_C_NT_HOSTBASED_SERVICE (data) from
/usr/lib/sasl2/libgssapiv2.sl.2
Which version of Kerberos are you using?
Feb 04 05:30:19 unix sm-mta[1037]: unable to dlopen
/usr/lib/sasl2/libotp.sl.2: Unresolved symbol: EVP_DigestInit (code) from
This looks like a symbol exported from one of OpenSSL libraries.
/usr/lib/sasl2/libotp.sl.2
Can you run ldd on these 3 shared libraries (or whatever is equivalent
on HP-UX) .
I am using CyrusSASL 2.1.23 And all mechanism other than digest-md5
and gss-api are working fine. But I need help in one point that when I
did telnet 0 25 it is not showing digest-md5 as well as gss-api in 250
AUTH message. So may be I am faultering in configuration. But I have
followed all required steps which are same for all mechanism.
So can please anybody help me in configuration
Can anybody help me