Displaying 1 result from an estimated 1 matches for "kdb2_dbopen".
2002 Dec 16
1
samba 2.2.7 & MIT Kerberos 1.2.6
...2.2.7 with kerberos support. I have MIT
Kerberos 1.2.6 installed and working as a KDC but when I samba wont compile
with
--with-krb5 configure works ok and finds the kerberos install but when I do
a make I get this error on linking smbd:
/usr/local/lib/libkadm5srv.so: undefined reference to 'kdb2_dbopen'
/usr/local/lib/libkdb5.so: undefined reference to 'kdb2_bt_rseq'
has anyone else had this problem? I read in the kerberos docs that the db2
functions have been renamed because they clash with the NetBSD libc. I
assume its a problem with kerberos itself but it compiled and runs perfe...