Comment 0 for bug 692727

Revision history for this message
Jeff Strunk (jstrunk-math) wrote : amd64 libnss-sss package should include 32bit library for 3rd party application compatibility

Binary package hint: sssd

I discovered this on Maverick amd64. When attempting to run a 32 bit application, we get the following error, and the application fails to run.

$ acroread

(acroread:20387): GLib-WARNING **: getpwuid_r(): failed due to unknown user id (1115)

According to https://fedorahosted.org/sssd/ticket/190 , this is due to the 32 bit application being unable to load the 64 bit library.

After installing the 32bit libnss-sss package files to /lib32, acroread works as expected.

Please include the 32bit libnss-sss.so in the 64bit package, or do what libnss-ldap does to handle this.

Thank you.