Search Criteria
Package Details: nginx-mainline-mod-lua 1:0.10.29R2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nginx-mainline-mod-lua.git (read-only, click to copy) |
|---|---|
| Package Base: | nginx-mainline-mod-lua |
| Description: | Lua script engine module for mainline nginx |
| Upstream URL: | https://github.com/openresty/lua-nginx-module |
| Licenses: | BSD |
| Submitter: | mtorromeo |
| Maintainer: | ahmubashshir |
| Last Packager: | ahmubashshir |
| Votes: | 8 |
| Popularity: | 0.007896 |
| First Submitted: | 2017-04-06 09:53 (UTC) |
| Last Updated: | 2026-01-14 13:03 (UTC) |
Dependencies (6)
- lua-resty-coreAUR
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-clang-gitAUR, luajit-openrestyAUR)
- nginx-mainline (nginx-quic-libresslAUR)
- nginx-mainline-mod-ndkAUR (nginx-mainline-mod-ndk-set-miscAUR)
- pcre2 (pcre2-gitAUR)
- nginx-mainline-src (freenginx-mainline-hg-srcAUR, nginx-quic-libressl-srcAUR) (make)
Latest Comments
1 2 3 Next › Last »
terryg137 commented on 2025-05-26 17:53 (UTC)
I found out that the package
pcreis deprecated. Nownginx-mainlineis compiled withpcre2, so is this module (https://github.com/openresty/lua-nginx-module/commit/cb83e33e26579788be0fe0282fa5976de6dfa6e3).I propose the following change:
FirstAirBender commented on 2023-04-18 17:56 (UTC) (edited on 2023-04-18 17:58 (UTC) by FirstAirBender)
The latest build is causing failures when starting nginx:
Reverting to https://aur.archlinux.org/cgit/aur.git/commit/?h=nginx-mainline-mod-lua&id=2402b82cdd1b008e38294aca00ac84202a54efe5 fixes the issue.
I think it's just missing the
with-ld-opt=-lpcreoptionahmubashshir commented on 2023-04-18 16:45 (UTC)
@FirstAirBender, please create a pr with fix @ https://github.com/ahmubashshir/pkgbuilds
FirstAirBender commented on 2023-04-18 16:42 (UTC) (edited on 2023-04-18 17:46 (UTC) by FirstAirBender)
This package should be using the same
configureflags used to buildnginx-mainline. With the current configuration, it does not support ssl directives such aslua_ssl_trusted_certificate.Issue was initially raised at https://github.com/openresty/lua-nginx-module/issues/2180, but after the build flags were updated and tested, we can see that the issue is resolved by adding the flags used to build nginx itself, which can retrieved using
nginx -VAt the very least, it needs the
--with-http_ssl_moduleflag.ahmubashshir commented on 2023-03-13 16:54 (UTC)
@brauliobo, you need to rebuild all nginx modules each time you update nginx.
brauliobo commented on 2023-03-12 19:46 (UTC) (edited on 2023-03-12 19:48 (UTC) by brauliobo)
Stargateur commented on 2021-03-27 12:17 (UTC)
This doesn't to work at all
leuko commented on 2021-03-14 08:32 (UTC)
I installed
luajit-openrestybut get the following error:installing
luajitpackage solves the error, butluajit2.0 is not recommended byopenresty.ahmubashshir commented on 2020-10-07 13:43 (UTC)
I have to apply this patch to keep nginx working...
1 2 3 Next › Last »