lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Le Friday 14 March 2008 13:06:11 Petr Stetiar, vous avez écrit :
>
> 'ldd lighttpd' should show dynamic libraries. I think, that it's not
> missing lua library, otherwise the error message would be different. It's
> something else. I would do:
>
> strings <lua.so lib> | grep lua_pushlstring
>
> or
>
> objdump -t <lua.so lib> | grep lua_pushlstring
>
> to see if it's _lua_pushlstring available.
>
>
> -- ynezz

Yes I can find _lua_pushlstring in liblua.so :

> bfin-linux-uclibc-objdump liblua.so -T | grep lua_pushlstring
00005ff8 g    DF .text  00000044  Base        _lua_pushlstring

But I still can't get it work with lighttpd...

I can't find any information about cross-compiling lua+lighttpd on the net.


Philippe