lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>>>>> "Abrar" == Abrar Galib <abrarhgalib@gmail.com> writes:

 Abrar> I am running Lua 5.3 on OpenSuse Tumbleweed system. I am trying
 Abrar> to use Lua as a scripting language in the context of HAProxy
 Abrar> webserver. I have Lua installed which, doing `lua -v` at
 Abrar> terminal shows Lua 5.3.4.

That doesn't actually mean that HAProxy is using that version of lua -
it may have embedded a different version. You need to check that
instead.

-- 
Andrew.