On 17 June 2013 16:13, steve <steve@steve-ss.com> wrote:
openSUSE is like Fedora. /lib and /lib/security. Ubuntu
uses /lib/i386-linux-gnu and /lib/i386-linux-gun/security. The latter
also has a nasty symlink
at /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba which needs to be
removed before sssd will fire up.


Hi, I am playing with the beta2 tarball and have compiled it on Ubuntu 12.04 server running on an x86_64 processor in a VM. All I had to was copy libnss_sss.so.2 to /lib/x86_64-linux-gnu/ and pam_sss.so to /lib/x86_64-linux-gnu/security/
Thats it, whilst I have the symlink you removed (actually in /usr/lib/x86_64-linux-gnu rather than /usr/lib/i386-linux-gnu) sssd stills runs.

Rowland