Bug 710 - RHEL6 Path Lib unable to load /usr/lib/libsss_sudo.so (should be /usr/lib64 )
RHEL6 Path Lib unable to load /usr/lib/libsss_sudo.so (should be /usr/lib64 )
Status: VERIFIED FIXED
Product: Sudo
Classification: Unclassified
Component: Packaging
1.8.14
PC Linux
: low normal
Assigned To: Todd C. Miller
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-07-27 02:38 MDT by Roumano
Modified: 2015-07-27 07:55 MDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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