Displaying 3 results from an estimated 3 matches for "dlz_dlopen_version".
2012 Aug 22
2
Samba4 successful deployment
I've just installed samba4 beta 7 with defaults and everything went OK.
As I download bind9.9.1 tarball and compiled it I had to follow steve's
advice:
to declare we'll be using DLZ_DLOPEN_VERSION 2 in
/samba-master/source4/dns_server/dlz_minimal.h
/*#ifdef BIND_VERSION_9_8
#define DLZ_DLOPEN_VERSION 1
#else
#define DLZ_DLOPEN_VERSION 2
#endif
*/
#define DLZ_DLOPEN_VERSION 2
I commented the first block and then added the second block explicitly to
avoid a message complaining about DLZ_DLO...
2011 Dec 11
1
Bind9 dlopen version
Hey guys,
I'm currently using Ubuntu 10.04 for setting up Samba4 and I'm having a problem with the dlz_dlopen driver.
I've installed Bind9 from hauke (https://launchpad.net/~hauke/+archive/bind9) because the bind9 version from the apt-get didn't give me the correct version.
I've included the /usr/local/samba/private/named.conf file in my /etc/bind/named.conf, but on starting
2013 Jun 03
1
Removed bind 9.8 installed bind 9.9 now named will not start with samba include statement: dlz_bind9_9.so incorrect version 2 should be 1!?
I removed the centos bind build and installed bind 9.9.3 from ISC source,
and went to /usr/local/samba/private/named.conf and changed the line from
bind 9.8 to bind 9.9 and now I get this error and named will not start with
the include line for samba in /etc/named.conf:
get: "dlz_dlopen: incorrect version 2 should be 1 in
'/usr/local/samba/lib/bind9/dlz_bind9_9.so'"
Help!