1753835 Members
8167 Online
108806 Solutions
New Discussion

Cyrus SASL + sendmail

 
Networking_Storage
New Member

Cyrus SASL + sendmail

I have HP-UX-11.23 system and I have installed the cyrus SASL depot on it and I have cofigure the cyrus-sasl with sendmail. aftet then while starting the sendmail deamon, I m seeing following error in syslog.

==========================================
unable to dlopen /usr/lib/sasl2/libanonymous.sl: Can't dlopen() a library containing Th
read Local Storage: /usr/lib/libpthread.1

Sep 12 19:16:58 lvmp018 sm-mta[2559]: unable to dlopen /usr/lib/sasl2/libcrammd5.sl: Can't dlopen() a library containing Thre
ad Local Storage: /usr/lib/libpthread.1

Sep 12 19:16:58 lvmp018 sm-mta[2559]: unable to dlopen /usr/lib/sasl2/libdigestmd5.sl: Can't dlopen() a library containing Th
read Local Storage: /usr/lib/libpthread.1
============================================

Could any one please help me to resolve this ?
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: Cyrus SASL + sendmail

These shlibs can't be linked with -lpthread:
libanonymous.sl libcrammd5.sl libdigestmd5.sl

Or the executable that's calling dlopen must be linked with -lpthread.