Hi,

2018-05-16 12:22 GMT+02:00 Hemant Chaudhary <hemantdude.chaudh...@gmail.com>
:

> Hi,
>
> While running lua_script using mod_lua, I am getting this error in
> error_log. What does it mean
> "PANIC: unprotected error in call to Lua API (core and library have
> incompatible numeric types)"
>
>
What version of Lua are you using? You can quickly check with something
like ldd /usr/local/apache2/modules/mod_lua.so. It might be a mismatch
between what you are trying to execute (the script) and what you are using
as interpreter (mod_lua), but I haven't investigated it very well so I
might be wrong :)

Hope that helps,

Luca

Reply via email to