Hi,

On 15.07.2016 13:23, Thomas Heil wrote:
> Hi
> 
> With gcc 5.4 and haproxy 1.6.7 I get the following errors.
> 
> --
> src/hlua.o: In function `hlua_yield':
> hlua.c:(.text+0xdd): undefined reference to `lua_yieldk'
> src/hlua.o: In function `hlua_hook':
> hlua.c:(.text+0x14f): undefined reference to `lua_isyieldable'
> hlua.c:(.text+0x1b9): undefined reference to `lua_yieldk'
> src/hlua.o: In function `hlua_sleep_yield':
> hlua.c:(.text+0x925): undefined reference to `lua_tointegerx'
> hlua.c:(.text+0x945): undefined reference to `lua_yieldk'
> src/hlua.o: In function `hlua_load':
> hlua.c:(.text+0x170b): undefined reference to `luaL_loadfilex'
> hlua.c:(.text+0x172e): undefined reference to `lua_pcallk'
> src/hlua.o: In function `hlua_lua2arg':
> hlua.c:(.text+0x18b8): undefined reference to `lua_tointegerx'
> src/hlua.o: In function `hlua_lua2smp':
> --
> 
> Can somebody advice me which library is missing here or do we need
> another include?


there was a problem that an older lua version was allready in the
include path. so except some warnings gcc 5.4 is fine with haproxy 1.5
and 1.6.

sorry for the noise.


> 
> cheers
> 




Reply via email to