The file pbx/pbx_lua.c needed to be changed slightly so as to find lua
on my Fedora9 system

[r...@hoho4 asterisk-1.6.1.5]# diff -u pbx/pbx_lua.c.orig pbx/pbx_lua.c
--- pbx/pbx_lua.c.orig  2009-08-29 14:39:46.000000000 -0500
+++ pbx/pbx_lua.c       2009-08-29 14:40:20.000000000 -0500
@@ -42,9 +42,9 @@
 #include "asterisk/paths.h"
 #include "asterisk/hashtab.h"
 
-#include <lua5.1/lua.h>
-#include <lua5.1/lauxlib.h>
-#include <lua5.1/lualib.h>
+#include <lua.h>
+#include <lauxlib.h>
+#include <lualib.h>
 
 static char *config = "extensions.lua";
 static char *registrar = "pbx_lua";
[r...@hoho4 asterisk-1.6.1.5]# 




On Sat, 2009-08-29 at 12:01 -0400, Asterisk Development Team wrote:
> The Asterisk Development Team is pleased to announce the release of Asterisk
> 1.6.0.14 and 1.6.1.5. Asterisk 1.6.0.14 and 1.6.1.5 are available for 
> immediate
> download at http://downloads.asterisk.org/pub/telephony/asterisk/
> 



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to