lua-users home
lua-l archive

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


On Thu, Mar 13, 2008 at 5:51 PM,  <plegal@appert44.org> wrote:

>  ./configure --host=bfin-linux-uclibc --disable-ipv6 --without-zlib
>  --without-bzip2 --with-lua --prefix=/tmp/bfin LUA_LIBS=/tmp/lua-5.1.3/src/
>  LUA_CFLAGS=-I/tmp/lua-5.1.3/src/

>  root:~> lighttpd -f /etc/lighttpd.conf -D
>  lighttpd: can't resolve symbol '_lua_pushlstring'

>  Any idea ?

Maybe add something like LDFLAGS=-llua to configure command.

Just a guess,

 - Jeff