Search Criteria
Package Details: nginx-mainline-mod-lua 1:0.10.27-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: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2017-04-06 09:53 (UTC) |
Last Updated: | 2024-10-22 07:30 (UTC) |
Dependencies (6)
- lua-resty-coreAUR
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- nginx-mainline (nginx-quic-openssl-hgAUR, nginx-quic-libresslAUR)
- nginx-mainline-mod-ndkAUR (nginx-mainline-mod-ndk-set-miscAUR)
- pcre
- nginx-mainline-src (nginx-quic-openssl-hg-srcAUR, freenginx-mainline-hg-srcAUR, freenginx-libressl-srcAUR, nginx-quic-libressl-srcAUR) (make)
Latest Comments
1 2 Next › Last »
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=-lpcre
optionahmubashshir 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
configure
flags 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 -V
At the very least, it needs the
--with-http_ssl_module
flag.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-openresty
but get the following error:installing
luajit
package solves the error, butluajit
2.0 is not recommended byopenresty
.ahmubashshir commented on 2020-10-07 13:43 (UTC)
I have to apply this patch to keep nginx working...
l1n commented on 2020-07-28 15:21 (UTC)
It's possibly that resty.core will need to be packaged as well, see https://github.com/openresty/lua-nginx-module/issues/1641 (the lua-resty-core library is required since ngx_lua v0.10.16).
ahmubashshir commented on 2020-07-22 15:37 (UTC)
nginx-mainline fails to start throwing error.
1 2 Next › Last »