Closed nsgoyat closed 1 year ago
Hey, this pull request should adress this issue. https://github.com/VirtuBox/nginx-ee/pull/147
You could also try to edit nginx-build.sh
and replace the line
git clone --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
with
git clone --recursive https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
OR
add following code, after the first mentioned line git clone --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
cd /usr/local/src/ngx_brotli
git submodule update --init
Hey, this pull request should adress this issue. #147
You could also try to edit
nginx-build.sh
and replace the linegit clone --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
withgit clone --recursive https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
OR
add following code, after the first mentioned line
git clone --depth=1 https://github.com/google/ngx_brotli /usr/local/src/ngx_brotli -q
cd /usr/local/src/ngx_brotli git submodule update --init
Thank you very much. It worked :)
I have tried installing mainline, stable, with dynamic modules/without dynamic modules, but the script is ending well for Ubuntu 20.04 LTS. I can't get NGINX installed successfully.
Here is the log entry from /tmp/nginx-ee.log