lua-users home
lua-l archive

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


I am still having some problems when I try to compile lighttpd with lua

I get:

--with-lua=/home/qsys/lib/lua-5.1.4
checking for LUA ... configure: error: package requirements (lua5.1 >=5.1) where not met


I was able to run
$ cd /home/qsys/lib/lua-5.1.4/bin
$ ./lua
print "Hello World"


Thank you!