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

Attachment: msg02338/pgp00000.pgp
Description: PGP signature

Reply via email to