[Samba] Samba4: Incorrect version of dlz_bind9.so

steve steve at steve-ss.com
Sun Feb 5 02:02:22 MST 2012


On 05/02/12 04:09, Andrew Bartlett wrote:
> On Sat, 2012-02-04 at 21:22 +0100, Mathias Friman wrote:
>> Hi list!
>>
>> I follow the Samba 4 HOWTO on Ubuntu 10.04,
>>
>> git ok
>> make ok
>> make install ok
>> make ok (needed for provision to work, even though i use the installed provision)
>> /usr/local/samba/sbin/provision --realm=samdom.example.com --domain=SAMDOM --adminpass=SOMEPASSWORD --server-role='domain controller' ok
>>
>> added "domain samdom.example.com" to resolv.conf
>>
>> When starting Bind 9.9.0b1 installed from http://ppa.launchpad.net/hauke/bind9/ I get:
>> Version of "/usr/local/samba/lib/bind9/dlz_bind9.so" should be 2.
>>
>> I'm stumped, what should I do?
> Clearly the bind9 folks have revved the interface.  Use bind 9.8 for
> now.
>
> Andrew Bartlett
>
There's no decent bind 9.8 for ubuntu unless you roll your own:(

The beta that the op has works fine, but you need to change some stuff:
In: source4/dns_server/dlz_minimal.h
edit out
  #define DLZ_DLOPEN_VERSION 1
and add
  #define DLZ_DLOPEN_VERSION 2

Then rebuild:
./configure.developer. . .
HTH
Steve



More information about the samba mailing list