samba4: bind error #define DLZ_DLOPEN_VERSION 1

steve steve at steve-ss.com
Sat Apr 21 11:06:44 MDT 2012


On 21/04/12 14:09, Sergey Urushkin wrote:
>> On Fri, Apr 20, 2012 at 4:40 AM, steve <steve at steve-ss.com> wrote:
>>> On 19/04/12 12:36, Kev Latimer wrote:
>>>>
>>>> On 19/04/2012 10:32, steve wrote:
>>>>>
>>>>> On 19/04/12 10:39, Kev Latimer wrote:
>>>>>>
>>>>>> On 19/04/2012 09:38, Kev Latimer wrote:
>>>>>>>
>>>>>>> On 18/04/2012 16:04, Amitay Isaacs wrote:

>
> Hi. I have the same issue with 9.8. Tried today's master snapshot
> (Version 4.0.0alpha20-GIT-c0ba829) (used new empty directory for git clone)
> and now I have single dlz_bind9.so and
> dlz_dlopen: incorrect version 2 should be 1 in
> '/usr/local/samba/lib/bind9/dlz_bind9.so'
> So, seems there is something wrong with this new feature. What
> additional information may I give you?
>

My money is on this:
source4/dns_server/dlz_minimal.h

#ifdef BIND_VERSION_9_8
#define DLZ_DLOPEN_VERSION 1
#else
#define DLZ_DLOPEN_VERSION 2
#endif

Add the line:
#define BIND_VERSION_9_8   1
and it builds the correct _one_ so
HTH
Steve


More information about the samba-technical mailing list