Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 43979

Summary: pam_userdb.so: undefined symbol: conversation
Product: [Retired] Red Hat Linux Reporter: Aleksey Nogin <aleksey>
Component: pamAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: high Docs Contact:
Priority: medium    
Version: 7.1CC: jyh
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_userdb/Makefile.diff?r1=1.3&r2=1.4
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-08 22:25:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aleksey Nogin 2001-06-08 17:24:38 UTC
After upgrading to RH7.1 I found myself unable to use pam_userdb module:

Jun  8 10:24:52 mojave snauth[1474]: PAM unable to
dlopen(/lib/security/pam_userdb.so)
Jun  8 10:24:52 mojave snauth[1474]: PAM [dlerror:
/lib/security/pam_userdb.so: undefined symbol: conversation]
Jun  8 10:24:52 mojave snauth[1474]: PAM adding faulty module:
/lib/security/pam_userdb.so

Recompiling the program (snauth) under RH7 didn't change anything.

Comment 1 Aleksey Nogin 2001-06-08 22:25:19 UTC
This is a known PAM bug, see
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_userdb/Makefile.diff?r1=1.3&r2=1.4
for a fix.

Comment 2 Aleksey Nogin 2001-08-16 21:21:18 UTC
The newer pam-0.75 package in rawhide does not have this problem.