Displaying 2 results from an estimated 2 matches for "conifigur".
Did you mean:
configur
2016 Sep 06
1
samba crashing on start up INTERNAL ERROR: Signal 11
...tevent/tevent.h and ./lib/tevent/tevent_util.h, For one
./lib/tevent/tevent_internal.h is not equivalent to the 0.9.30
version. It seems that in building from src Samba is using it's
internal headers and not the system supplied ones, even though it
checks for and finds >=tevent-0.9.29 during conifigure. If I delete
the internal headers from git src then the compile fails with:
==========================
[1277/3352] Compiling source4/librpc/rpc/dcerpc_roh_channel_in.c
../source4/librpc/rpc/dcerpc_roh_channel_in.c:24:31: fatal error:
lib/tevent/tevent.h: No such file or directory
=================...
2016 Sep 06
2
samba crashing on start up INTERNAL ERROR: Signal 11
On Tue, Sep 6, 2016 at 1:24 PM, Volker Lendecke <vl at samba.org> wrote:
> Samba is one such user. Eventually this tight link will be removed,
> but for the moment this is the case. With tevent-0.9.30 we have broken
> the assumptions in tevent_internal.h by adding fields. Samba uses that
> structure directly, so it needs to be compiled against the
> tevent_internal.h of the