Hi everyone After a successful build and install sssd fails with: sudo sssd ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/ildap.so : libdbwrap.so: cannot open shared object file: No such file or directory ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/ldbsamba_extensions.so : libdbwrap.so: cannot open shared object file: No such file or directory ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/secrets_tdb_sync.so : libdbwrap.so: cannot open shared object file: No such file or directory ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/update_keytab.so : libdbwrap.so: cannot open shared object file: No such file or directory
I used the same list of dependencies as on Ubuntu 12.10. I tried to find the missing files under /usr/local, but nada. Is these something I'm missing?
Cheers, Steve
On (26/04/13 17:09), steve wrote:
Hi everyone After a successful build and install sssd fails with: sudo sssd ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/ildap.so : libdbwrap.so: cannot open shared object file: No such file or directory ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/ldbsamba_extensions.so : libdbwrap.so: cannot open shared object file: No such file or directory ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/secrets_tdb_sync.so : libdbwrap.so: cannot open shared object file: No such file or directory ldb: unable to dlopen /usr/lib/i386-linux-gnu/ldb/modules/ldb/samba/update_keytab.so : libdbwrap.so: cannot open shared object file: No such file or directory
I used the same list of dependencies as on Ubuntu 12.10. I tried to find the missing files under /usr/local, but nada. Is these something I'm missing?
Cheers, Steve
root@ubuntu:/home/ubuntu# apt-file search ildap.so samba-dsdb-modules: /usr/lib/x86_64-linux-gnu/samba/ldb/ildap.so root@ubuntu:/home/ubuntu# apt-file search ldbsamba_extensions.so samba-dsdb-modules: /usr/lib/x86_64-linux-gnu/samba/ldb/ldbsamba_extensions.so root@ubuntu:/home/ubuntu# apt-file search secrets_tdb_sync.so samba-dsdb-modules: /usr/lib/x86_64-linux-gnu/samba/ldb/secrets_tdb_sync.so root@ubuntu:/home/ubuntu# apt-file search update_keytab.so samba-dsdb-modules: /usr/lib/x86_64-linux-gnu/samba/ldb/update_keytab.so
root@ubuntu:/home/ubuntu# cat /etc/issue Ubuntu 13.04 \n \l
root@ubuntu:/home/ubuntu# uname -a Linux ubuntu 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Samba4 depends on package samba-dsdb-modules http://packages.ubuntu.com/raring/samba4
Do you have right samba installed?
LS
sssd-devel@lists.fedorahosted.org