Hello all- I'm trying to install vsftpd on one of my RH7.1 boxes and I'd like to use it's virtual user feature, but I am having issues with pam_userdb. There was a bug filed about the following with PAM-0.74: Oct 4 14:17:59 fuzzylumpkins vsftpd: PAM unable to dlopen(/lib/security/pam_userdb.so) Oct 4 14:17:59 fuzzylumpkins vsftpd: PAM [dlerror: /lib/security/pam_userdb.so: undefined symbol: conversation] Oct 4 14:17:59 fuzzylumpkins vsftpd: PAM adding faulty module: /lib/security/pam_userdb.so http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pam/Linux-PAM/modules/pam_userdb/Makefile.diff?r1=1.3&r2=1.4 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=43979 Because this is a production server, I can't take it down and I am afraid of fubar'ing it with a complete re-install of PAM, so instead I downloaded the SRPMS for the package PAM-0.74-22 and patched the pam_userdb Makefile as described in the above cvs diff. [root@fuzzylumpkins pam-0.74]# pwd /usr/src/redhat/SOURCES/pam-0.74 [root@fuzzylumpkins pam-0.74]# make ..... [root@fuzzylumpkins pam-0.74]# cd modules/pam_userdb/ [root@fuzzylumpkins pam_userdb]# make install mkdir -p /lib/security /usr/bin/install -c -m 755 pam_userdb.so /lib/security [root@fuzzylumpkins pam_userdb]# Even after doing this (and recompiling vsftpd) I still get the same error. I can't figure out how it's still pulling the same old module! Any one have any idea as to what I am missing???? Thanks, Zack _______________________________________________ Pam-list@redhat.com https://listman.redhat.com/mailman/listinfo/pam-list