samba.to.anomalyst at xoxy.net
2012-Nov-01 17:46 UTC
[Samba] libkdc-policy.so: cannot open shared object file: No such file or directory?
Built from tar. Same result from git pull as of 01NOV install sudo samba-tool domain provision --realm=hen.us.mentats.us --domain=NEWDOM --dns-backend=BIND9_DLZ --adminpass=badpass --server-role='domain controller' "libkdc-policy.so: cannot open shared object file: No such file or directory" How do I find/build this module?
Andrew Bartlett
2012-Nov-05 03:29 UTC
[Samba] libkdc-policy.so: cannot open shared object file: No such file or directory?
On Thu, 2012-11-01 at 10:46 -0700, samba.to.anomalyst at xoxy.net wrote:> Built from tar. Same result from git pull as of 01NOV install > > sudo samba-tool domain provision --realm=hen.us.mentats.us > --domain=NEWDOM --dns-backend=BIND9_DLZ --adminpass=badpass > --server-role='domain controller' > > "libkdc-policy.so: cannot open shared object file: No such file or directory" > > How do I find/build this module?How exactly did you build it? Did you follow the instructions at https://wiki.samba.org/index.php/Samba4/HOWTO exactly, or if not, what did you change? I've never seen this issue before. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org
Andrew Bartlett
2012-Nov-05 05:49 UTC
[Samba] libkdc-policy.so: cannot open shared object file: No (samba: message 2 of 20) such file or directory?
On Sun, 2012-11-04 at 21:31 -0800, samba.to.anomalyst at xoxy.net wrote:> >How exactly did you build it? > git clone > configure > make > make quicktest > make install > > > Just did > git pull > make > make install > > > and the provision gives the same error > from samba.net import Net > ImportError: libkdc-policy.so: cannot open shared object file: No such > file or directoryAre you installing Samba4 into /usr/local/bin and then trying to run the samba-tool from your Ubuntu or Debian package install? (This issue has been reported for earlier samba packages). Try running the installed samba-tool binary, or after running 'make' again (as we re-link for installation) run bin/samba-tool in the build directory. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org
samba.to.anomalyst at xoxy.net
2012-Nov-05 21:53 UTC
[Samba] libkdc-policy.so: cannot open shared object file: No such file or directory?
The following NEW packages will be installed: libbsd-dev libpopt-dev git pull, make, make install provision still fails bin/samba-tools still complains about acl /usr/local/bin is empty do you have the embedded heimdal selected or deselected?> Hi, I have downloaded all the RC's and compiled them on Ubuntu 12.04 >without any problems, have you got all of these packages:> build-essential libacl1-dev libattr1-dev libblkid-dev libgnutls-dev > libreadline-dev python-dev python-dnspython gdb pkg-config libpopt-dev > libldap2-dev dnsutils libbsd-dev attr krb5-user> I have checked for libkdc-policy.so on my Samba 4 server and I do nothave it either, but my server provisioned ok and runs ok