[asterisk-users] Installing LUA

Sean Bright sean.bright at gmail.com
Wed Jun 17 11:44:08 CDT 2009


Watkins, Bradley wrote:
> One more bit of magic necessary here, as pbx/pbx_lua.c has includes for:
> #include <lua5.1/lua.h>
> #include <lua5.1/lauxlib.h>
> #include <lua5.1/lualib.h>
> 
> On Redhat-based systems, it needs to be:
> #include <lua.h>
> #include <lauxlib.h>
> #include <lualib.h>

Gah.  OK.  So the patch I supplied will find LUA at configure time but not
compile time.  This needs some more thought.

-- 
Sean Bright
sean.bright at gmail.com



More information about the asterisk-users mailing list