lua-users home
lua-l archive

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


> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of saeid rezaee
> Sent: maandag 19 augustus 2013 7:51
> To: lua-l@lists.lua.org
> Subject: Fw: lua binder
> 
> 
> I want to compile and run lua binder project at
> https://github.com/mbalmer/luafcgi
> but the problem is
> these library is not there
> 
> #include <fcgiapp.h>
> #include <lua.h>
> #include <lauxlib.h>
> #include <lualib.h>
> 
> please send link for download them

These files can be found in the distributions of libfcgi and Lua. Depending on your platform you'll probably need to get the sources or install the dev packages.