** Changed in: nginx (Ubuntu)
Importance: High => Wishlist
--
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1324062
Title:
No lua 5.2 support
To manage notifications about this bug go
nginx:
trusty: lua 5.1
xenial: lua 5.1
bionic: uses libluajit-5.1.so.2
cosmic: uses libluajit-5.1.so.2
disco: uses libluajit-5.1.so.2
I also quickly grepped the nginx package source in all these ubuntu
releases and there is no reference to lua5.2, just lua5.1.
... quick googling ...
Found https:
Disco: apache2-bin has mod_lua linked with lua5.2
Cosmic: apache2-bin has mod_lua linked with lua5.2
Bionic: apache2-bin has mod_lua linked with lua5.2
xenial: apache2-bin has mod_lua linked with lua5.1
trusty: apache2-bin has NO mod_lua (see #1323930)
I'm marking the apache2 task as resolved.
**
Nowadays this seems worse, as disco has all 3 main 5.x versions of lua in the
repo:
andreas@nsnx:~$ rmadison lua5.1 lua5.2 lua5.3 -s disco
lua5.1 | 5.1.5-8.1build2 | disco/universe | source, amd64, arm64, armhf, i386,
ppc64el, s390x
lua5.2 | 5.2.4-1.1build1 | disco | source
lua5.2 | 5
Some discussion with upstream nginx here: https://github.com/openresty
/lua-nginx-module/issues/343
"If as you said there are quite a few people already using ngx_lua + lua
5.1, then linking against Lua 5.2 will probably break these people's
existing Lua code. Lua 5.2 is essentially an incompatibl