Hello, first post to the list.
I experimented a little bit and Lua scripts works ok within Gnugk except from when I try to load the luasql module to connect to a mysql database; in that case I get the following error in Gnugk Logs "lua.cxx(129) LUA Error in LUA script: error loading module 'luasql. /usr/local/lib/lua/5.3/luasql/mysql.so: undefined symbol: lua_settop"
Is my reasoning correct? If so, is there a way of doing things so that I can directly use the external library within embedded lua?
At the moment I am using os.execute from the "embedded" script to have the lua interpreter execute another lua script that connects to the db and reading the output of such script from a temp file.
Any suggestions?
Thanks,
pierlu