You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
I'm opening a separate issue about this since other issues have been either closed or not resolved and getting a clear consensus on how to proceed is rather "messy" to say the least. Feel free to close and point out to the right main issue if necessary.
There is a probable solution here, but we're not ready to try this kind of experimenting in production environment even during maintenance window. Is it guaranteed it works for Ubuntu 20.04.5 LTS (focal)? We don't know.
Is there anyone working on this? Is there a bounty, would be glad to compensate for the effort as this affects for many servers for us.
About to build nginx. Do you have any additional ./configure
arguments you would like to set? For example, if you would like
to build nginx with https support give --with-http_ssl_module
If you do not have any, just press enter.
I'm opening a separate issue about this since other issues have been either closed or not resolved and getting a clear consensus on how to proceed is rather "messy" to say the least. Feel free to close and point out to the right main issue if necessary.
Issues: #1758 #1757 #1756 #1749 #1752
There is a probable solution here, but we're not ready to try this kind of experimenting in production environment even during maintenance window. Is it guaranteed it works for Ubuntu 20.04.5 LTS (focal)? We don't know.
Is there anyone working on this? Is there a bounty, would be glad to compensate for the effort as this affects for many servers for us.
Version information
Linux distribution:
$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.5 LTS"
nginx version:
How to reproduce:
Use rather new Ubuntu, tested on Ubuntu 20.04
Install nginx 1.23.2 (released 19 Oct 2022, at the moment it's the latest version) via Official Ubuntu Intsallation instructions on Nginx.org
Use install script to fetch/install latest ngx-pagespeed:
bash <(curl -f -L -sS https://ngxpagespeed.com/install) \ --nginx-version latest
Add following:
Answer Y to following:
Build goes fine, but make install fails badly. See logs below.
This also happens on nginx 1.23.1 (released 19 Jul 2022).
Detailed information/log:
Full logs can be provided if needed.
Currently the only way around this is to revert andhold package:
sudo apt-cache showpkg nginx |grep 1.21 sudo apt install nginx=1.21.6-1~focal
Then rebuild nginx with defining the specific version:
bash <(curl -f -L -sS https://ngxpagespeed.com/install) \ --nginx-version 1.21.6
Finally, hold nginx:
Latest working version:
The text was updated successfully, but these errors were encountered: