-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew install nginx-full --with-lua-module
fails
#407
Comments
brew install nginx-full --with-lua-module
fails due to missing ngx_http_lua_autoconf.h
brew install nginx-full --with-lua-module
fails
Same issue here with Monterey 12.2 |
Similar error here for me on an Apple M1
opened #409 since I think it may be more related to m1 for me |
m2 error as above
|
I don't have an Apple Silicon (ARM64) environment to test at the moment, also using Travis instead of Github Actions. |
this is my m2 macbook https://rustdesk.com Remote Desktop id 1 649 087 739 You can use this for fix bug I try run
but can't work |
@usrtax Remote access is not necessary, detailed log would be better. Do you also have an error |
you can try the Remote desktop with web page http://web.rustdesk.com , No need to install client I have lua \ brotli \ pcre , but failed in --with-brotli-module and --with-lua-module
|
@usrtax This doesn't apply to the lua module, brotli is a different module and there seems to be a problem with fakeroot isolation when building the package (/usr?). Do you have the pcre2 brew package installed? |
@denji I installed pcre2 , the same error
|
Seems
ngx_http_lua_autoconf.h
is removed from thelua-nginx-module
: https://github.com/openresty/lua-nginx-module/blob/master/.gitignore#L174. This is possibly the cause.Command:
brew install nginx-full --with-lua-module
Full error message:
macOS Monterey v12.2
The text was updated successfully, but these errors were encountered: