Bugzilla – Bug 710
RHEL6 Path Lib unable to load /usr/lib/libsss_sudo.so (should be /usr/lib64 )
Last modified: 2015-07-27 07:55:52 MDT
I have installed the sudo-1.8.14-4.el6.x86_64.rpm (from http://www.sudo.ws/download.html ) On our serveur is not working as we use only sssd (/etc/nsswitch.conf --> sudoers: files sss ) when we try to use sudo : sudo -l sudo: unable to load /usr/lib/libsss_sudo.so: /usr/lib/libsss_sudo.so: cannot open shared object file: No such file or directory sudo: unable to initialize SSS source. Is SSSD installed on your machine? It's, of course a x86_64 and this lib is on /usr/lib64/libsss_sudo.so not in /usr/lib/libsss_sudo.so When use the rpm version provided by RHEL, we don't have this issue ( sudo-1.8.6p3-19.el6.x86_64 )
Fixed by http://www.sudo.ws/repos/sudo/rev/428421925a20 I've rebuild the RHEL/Centos 6/7 packages with the fix.
Checked : Work as expected ;) Thanks for the reactivity