search for: dcerpc_roh_channel_in

Displaying 2 results from an estimated 2 matches for "dcerpc_roh_channel_in".

2016 Sep 06
1
samba crashing on start up INTERNAL ERROR: Signal 11
...rom 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 ========================== Even though tevent.h exists in /usr/include (and just in case, also a a copy in /usr/include/tevent). Chris
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