[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1756: make: *** [Makefile:16: modules] Error 2 when compiling module only against patch aarch64 PSOL Libraries

2022-10-11 Thread GitBox


ronilaukkarinen commented on issue #1756:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1756#issuecomment-1274901596

   @oschaaf Any progress?
   
   @eilandert We decided not to try your procedure in production... we have 
Ubuntu 20.04.5 LTS (focal), x86_64.
   
   This should be fixed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1756: make: *** [Makefile:16: modules] Error 2 when compiling module only against patch aarch64 PSOL Libraries

2022-09-29 Thread GitBox


ronilaukkarinen commented on issue #1756:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1756#issuecomment-1261929182

   FYI, 
[this](https://github.com/apache/incubator-pagespeed-ngx/issues/1752#issuecomment-1261555231)
 seems worth trying.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1756: make: *** [Makefile:16: modules] Error 2 when compiling module only against patch aarch64 PSOL Libraries

2022-09-13 Thread GitBox


ronilaukkarinen commented on issue #1756:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1756#issuecomment-1245562763

   @oschaaf Any progress?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1756: make: *** [Makefile:16: modules] Error 2 when compiling module only against patch aarch64 PSOL Libraries

2022-08-15 Thread GitBox


ronilaukkarinen commented on issue #1756:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1756#issuecomment-1215505564

   @oschaaf I see. I mistakenly thought there's a separate `--latest-stable` 
option that works. But in that case we'll just wait for the next new stable and 
hold back ngx-pagespeed updates for now. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1756: make: *** [Makefile:16: modules] Error 2 when compiling module only against patch aarch64 PSOL Libraries

2022-08-11 Thread GitBox


ronilaukkarinen commented on issue #1756:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1756#issuecomment-1211740256

   @oschaaf Thank you for the information. So you mean the command will work 
with --ngx-pagespeed-version set up specifically to `latest-stable`?
   
   ```bash
   bash <(curl -f -L -sS https://ngxpagespeed.com/install) \
--nginx-version latest
--ngx-pagespeed-version latest-stable
   ```
   
   We'll test it out in the extra maintenance window next week.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1756: make: *** [Makefile:16: modules] Error 2 when compiling module only against patch aarch64 PSOL Libraries

2022-08-09 Thread GitBox


ronilaukkarinen commented on issue #1756:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1756#issuecomment-1209574938

   Hello, we just noticed this with `nginx-1.23.1` on Ubuntu 20.04, official 
script:
   
   ```bash
   sudo bash <(curl --insecure -f -L -sS https://ngxpagespeed.com/install) \
--nginx-version latest
--ngx-pagespeed-version latest-stable
   ```
   
   Is there going to be a patch in the official version at 
https://ngxpagespeed.com/install? How to resolve?
   
   We were forced to roll back to the previously installed version for now:
   
   ```bash
   sudo apt-cache showpkg nginx |grep 1.21
   sudo apt install nginx=1.21.6-1~focal
   ```
   
   Please advice, if possible.
   Referencing issue #1752 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org