angristan / nginx-autoinstall

Compile NGINX from source with custom modules and patches on Debian and Ubuntu
GNU General Public License v3.0
636 stars 237 forks source link

can't install quic #218

Closed hsie closed 2 years ago

hsie commented 2 years ago

when chooing to install quic, the following error happens, if not choosing quic, everything works well. would appreciate it if someone can help to clarify, thanks in advance!

patching file src/http/v2/ngx_http_v2_table.c ./configure: error: invalid option "--with-quiche=/usr/local/src/nginx/modules/quiche" make: No targets specified and no makefile found. Stop. make: No rule to make target 'install'. Stop.

rhymeswithmogul commented 2 years ago

It looks like the HTTP/3 patch got changed upstream. Not sure how to proceed, either, but using an older version of the script doesn't work.

karelbasta commented 2 years ago

Should be resolved now