Bug 710

Summary: RHEL6 Path Lib unable to load /usr/lib/libsss_sudo.so (should be /usr/lib64 )
Product: Sudo Reporter: Roumano <roumano>
Component: PackagingAssignee: Todd C. Miller <Todd.Miller>
Status: VERIFIED FIXED    
Severity: normal    
Priority: low    
Version: 1.8.14   
Hardware: PC   
OS: Linux   

Description Roumano 2015-07-27 02:38:39 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 )
Comment 1 Todd C. Miller 2015-07-27 07:48:07 MDT
Fixed by http://www.sudo.ws/repos/sudo/rev/428421925a20
I've rebuild the RHEL/Centos 6/7 packages with the fix.
Comment 2 Roumano 2015-07-27 07:55:52 MDT
Checked : Work as expected ;)

Thanks for the reactivity