Displaying 2 results from an estimated 2 matches for "lua_settop".
Did you mean:
lua_gettop
2016 Nov 04
4
[PATCH 0/2] improve Lua API for files and initramfs objects
From: Paul Emmerich <p.emmerich at first-colo.net>
Hi,
the new API for initramfs and files in master lacked the ability to build
initramfs objects from files loaded via HTTP/TFTP in Lua. The documentation
indicated that it should be possible (and I believe I did that in an older
version). I implemented a few new functions to handle files/initramfs
objects better.
Changes:
* NEW:
2014 Jul 25
0
pbx_lua module with luasql.mysql
...ua.so' (Lua PBX Switch)
[Jul 24 11:41:27] ERROR[3512]: pbx_lua.c:1635 load_or_reload_lua_stuff:
Error loading extensions.lua:
error loading module 'luasql.mysql' from file
'/usr/local/lib/lua/5.1/luasql/mysql.so':
/usr/local/lib/lua/5.1/luasql/mysql.so: undefined symbol: lua_settop
stack traceback:
[C]: ?
[C]: in function 'require'
[string "extensions.lua"]:1: in main chunk
_________________________________________________________________
How I must install lua to my server gor wotrking with luasql.mysql at
extensions.lua?
----------...