https://bugzilla.novell.com/show_bug.cgi?id=696553 https://bugzilla.novell.com/show_bug.cgi?id=696553#c5 --- Comment #5 from Frederic Crozat <fcrozat@novell.com> 2011-06-24 07:35:32 UTC --- there is no need to install courier-imap to get the error : - install Factory 12.1 M1 GNOME LiveCD (x86) - login - run "sudo -i" or "su -" to become root - check /var/log/warn : "sudo: PAM unable to dlopen(/lib/security/pam_apparmor.so): /lib/security/pam_apparmor.so: undefined symbol: pam_syslog" after digging a little, it looks like pam_syslog is a symbol provided by /lib/libpam.so.0 but unlike other pam modules, pam_apparmor is not linked to libpam.so.0 (checked by ldd /lib/security/pam_apparmor.so ), which is causing the issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.