pam_smbpass and LDAP - part two....

Steve Langasek vorlon at netexpress.net
Thu Aug 1 07:29:05 GMT 2002


On Thu, Aug 01, 2002 at 04:22:17PM +0200, Bartlomiej Solarz-Niesluchowski wrote:
> Good morning!

> When I changing openssl library in redhat 7.3 from version 0.9.6b-18 to 
> 0.9.6b-24

> module pam_smbpass has problems:
> Aug  1 13:07:23 portraits sshd[1082]: PAM unable to 
> dlopen(/lib/security/pam_ldap.so)
> Aug  1 13:07:23 portraits sshd[1082]: PAM [dlerror: /lib/libssl.so.2: 
> undefined symbol: OpenSSLDie]
> Aug  1 13:07:23 portraits sshd[1082]: PAM adding faulty module: 
> /lib/security/pam_ldap.so
> Aug  1 13:07:23 portraits sshd[1082]: PAM unable to 
> dlopen(/lib/security/pam_smbpass.so)
> Aug  1 13:07:23 portraits sshd[1082]: PAM [dlerror: /lib/libssl.so.2: 
> undefined symbol: OpenSSLDie]
> Aug  1 13:07:23 portraits sshd[1082]: PAM adding faulty module: 
> /lib/security/pam_smbpass.so
> Aug  1 13:07:23 portraits sshd[1082]: PAM rejected by account 
> configuration[28]: Module is unknown

On my system, the 'OpenSSLDie' function is provided by libcrypto, and
libssl depends on libcrypto.  You probably need to add '-lcrypto' to
whatever line has '-lssl' on it.

Steve Langasek
postmodern programmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20020801/1defb8a0/attachment.bin


More information about the samba-technical mailing list