You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2022/09/25 13:46:41 UTC

[GitHub] [incubator-pagespeed-ngx] eilandert opened a new issue, #1760: quick and dirty build instructions

eilandert opened a new issue, #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760

   On popular demand, build instructions
   
   Don't forget builddependencies like uuid-dev  (apt install uuid-dev)
   
   If you are on a newer glibc you need psol-jammy.tar.xz, if you are on an older glibc you can try psol-bionic.tar.gz or psol-focal.tar.gz
   
   mkdir -p /opt/build
   cd /opt/build
   
   wget https://nginx.org/download/nginx-1.23.1.tar.gz
   wget http://www.tiredofit.nl/psol-jammy.tar.xz
   git clone https://github.com/apache/incubator-pagespeed-ngx.git
   tar xvf psol-jammy.tar.xz
   mv psol incubator-pagespeed-ngx
   tar zxvf nginx-1.23.1.tar.gz
   cd nginx-1.23.1
   ./configure --add-dynamic-module=../incubator-pagespeed-ngx
   make modules
   
   If you do:  ls -al objs
   you should see: ngx_pagespeed.so
   
   
   


-- 
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-unsubscribe@pagespeed.apache.org.apache.org

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


[GitHub] [incubator-pagespeed-ngx] df-a commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
df-a commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1261343407

   Thank you for the effort
   
   However, no link on tiredofit.nl works


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1261368263

   > Thank you for the effort
   > 
   > However, no link on tiredofit.nl works
   
   sorry, should be http instead of https, will edit the post


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1358070522

   > @eilandert So you managed to build PSOL from source in the same environment / machine? Any patches required? Would be very valuable if you can also share instructions for building PSOL from ssource. Thanks so much... My nginx is up and running with pagespeed now.
   
   Hi @sharmashivanand 
   
   I build those psols with docker so I have clean environments, I just uploaded my scripts to https://github.com/eilandert/build_psol. 
   If you need anything, please let me know in that repo.
   


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] shanemarsh28 commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
shanemarsh28 commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1348269614

   You are a lifesaver! All is good for Nginx 1.23.2 & Ubuntu 22.04. Thank you very much indeed.


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1261450255

   > Thank you, confirmed present.
   > 
   > Could you please append that info (different extension) to the initial post as well?
   
   Thanks for your input, but I'll recompress everything with .xz , it saves nearly half of the traffic :-)
   
   
   
   
   


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] Danrancan commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
Danrancan commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1378185511

   > > Would you be willing to write a tutorial for people to build their own PSOL instead of using `wget http://www.tiredofit.nl/psol-${PSOL}.tar.xz`? I could then share my way of upgrading ngx-pagespeed via bash script.
   > 
   > Hi @ronilaukkarinen , I have posted my buildprocess on https://github.com/eilandert/build_psol
   
   I'm a relatively clueless noob who has managed to build a well functioning web server on a raspberry pi. My question is, will your build scripts/ build process work for  compiling ARM64 PSOL binaries? If so, where exactly do I start? thanks for your work!


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1377652504

   > Would you be willing to write a tutorial for people to build their own PSOL instead of using `wget http://www.tiredofit.nl/psol-${PSOL}.tar.xz`? I could then share my way of upgrading ngx-pagespeed via bash script.
   
   Hi @ronilaukkarinen , I have posted my buildprocess on https://github.com/eilandert/build_psol


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] df-a commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
df-a commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1261379099

   > > Thank you for the effort
   > > However, no link on tiredofit.nl works
   > 
   > eilander@build:/tmp$ wget http://www.tiredofit.nl/psol-jammy.tar.xz --2022-09-28 21:24:32-- http://www.tiredofit.nl/psol-jammy.tar.xz Resolving [www.tiredofit.nl](http://www.tiredofit.nl) ([www.tiredofit.nl](http://www.tiredofit.nl))... 2a01:7c8:aaaf:2af::1, 185.10.51.122 Connecting to [www.tiredofit.nl](http://www.tiredofit.nl) ([www.tiredofit.nl)|2a01:7c8:aaaf:2af::1|:80](http://www.tiredofit.nl)%7C2a01:7c8:aaaf:2af::1%7C:80)... connected. HTTP request sent, awaiting response... 200 OK Length: 10417468 (9.9M) [application/octet-stream] Saving to: ‘psol-jammy.tar.xz’
   > 
   > psol-jammy.tar.xz 100%[========================================================================================>] 9.93M 44.1MB/s in 0.2s
   > 
   > strange, seems to work here
   
   As http yes, it does work. Only psol-jammy.tar.xz is there though


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] df-a commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
df-a commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1261377203

   Thank you, now it downloaded psol-jammy.
   
   I assume to download focal/bionic/xenial you just have to change "jammy" to one of those keywords? If so, all other 3 are 404
   
   Example focal:
   
   ```
   $ wget http://www.tiredofit.nl/psol-focal.tar.xz
   --2022-09-28 15:29:07--  http://www.tiredofit.nl/psol-focal.tar.xz
   Resolving www.tiredofit.nl (www.tiredofit.nl)... 2a01:7c8:aaaf:2af::1, 185.10.51.122
   Connecting to www.tiredofit.nl (www.tiredofit.nl)|2a01:7c8:aaaf:2af::1|:80... connected.
   HTTP request sent, awaiting response... 404 Not Found
   2022-09-28 15:29:07 ERROR 404: Not Found.
   ```


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1286280296

   > > wget [http://www.tiredofit.nl/psol-${PSOL}.tar.xz](http://www.tiredofit.nl/psol-$%7BPSOL%7D.tar.xz)
   > 
   > --2022-10-20 15:50:59-- http://www.tiredofit.nl/psol-$%7BPSOL%7D.tar.xz Resolving [www.tiredofit.nl](http://www.tiredofit.nl) ([www.tiredofit.nl](http://www.tiredofit.nl))... 185.10.51.122 Connecting to [www.tiredofit.nl](http://www.tiredofit.nl) ([www.tiredofit.nl)|185.10.51.122|:80](http://www.tiredofit.nl)%7C185.10.51.122%7C:80)... connected. HTTP request sent, awaiting response... 404 Not Found 2022-10-20 15:50:59 ERROR 404: Not Found.
   
   Are you litterally trying to get "http://www.tiredofit.nl/psol-${PSOL}.tar.xz" ? That won't work.  Are you running in sh or bash? otherwise try replacing ${PSOL} by psol-focal.tar.xz


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
ronilaukkarinen commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1358252675

   @eilandert There were no build scripts so we used your prebuilt, thanks for that.
   
   > It's a shame there seems to be no development at all since the move to the bazel buildsystem (which I never got to work myself, so I am stuck on the last working commit, 409bd76).
   
   Second to this. I'm sure many use ngx_pagespeed. I hope we'll have a maintainer in the future.


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1261383537

   > Thank you, now it downloaded psol-jammy.
   > 
   > I assume to download focal/bionic/xenial you just have to change "jammy" to one of those keywords? If so, all other 3 are 404
   > 
   > Example focal:
   > 
   > ```
   > $ wget http://www.tiredofit.nl/psol-focal.tar.xz
   > --2022-09-28 15:29:07--  http://www.tiredofit.nl/psol-focal.tar.xz
   > Resolving www.tiredofit.nl (www.tiredofit.nl)... 2a01:7c8:aaaf:2af::1, 185.10.51.122
   > Connecting to www.tiredofit.nl (www.tiredofit.nl)|2a01:7c8:aaaf:2af::1|:80... connected.
   > HTTP request sent, awaiting response... 404 Not Found
   > 2022-09-28 15:29:07 ERROR 404: Not Found.
   > ```
   
   Hi @df-a , Jammy is .tar.xz,  the others are tar.gz 


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] sharmashivanand commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
sharmashivanand commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1357958687

   @eilandert So you managed to build PSOL from source in the same environment / machine? Any patches required? Would be very valuable if you can also share instructions for building PSOL from ssource. Thanks so much... My nginx is up and running with pagespeed 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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1382438672

   > > > Would you be willing to write a tutorial for people to build their own PSOL instead of using `wget http://www.tiredofit.nl/psol-${PSOL}.tar.xz`? I could then share my way of upgrading ngx-pagespeed via bash script.
   > > 
   > > 
   > > Hi @ronilaukkarinen , I have posted my buildprocess on https://github.com/eilandert/build_psol
   > 
   > I'm a relatively clueless noob who has managed to build a well functioning web server on a raspberry pi. My question is, will your build scripts/ build process work for compiling ARM64 PSOL binaries? If so, where exactly do I start? thanks for your work!
   
   I have no experience with ARM or crosscompiling, however it should be possible. This git repo has done it, precompiled and with instructions to build it yourself all below the page https://gitlab.com/gusco/ngx_pagespeed_arm 


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] bigretromike commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
bigretromike commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1331274871

   @eilandert thanks, Rocky Linux 9
   nginx: 1.23.2


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] df-a commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
df-a commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1261387679

   Thank you, confirmed present.
   
   Could you please append that info (different extension) to the initial post as well?


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] Danrancan commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
Danrancan commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1286135757

   > wget [https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz](https://nginx.org/download/nginx-$%7BNGINX_VERSION%7D.tar.gz)
   
   --2022-10-20 15:50:59--  http://www.tiredofit.nl/psol-$%7BPSOL%7D.tar.xz
   Resolving www.tiredofit.nl (www.tiredofit.nl)... 185.10.51.122
   Connecting to www.tiredofit.nl (www.tiredofit.nl)|185.10.51.122|:80... connected.
   HTTP request sent, awaiting response... 404 Not Found
   2022-10-20 15:50:59 ERROR 404: Not Found.
   
   


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
ronilaukkarinen commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1377660452

   Oh, right. Sorry, missed that. Thanks @eilandert for your hard work! 👍


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1358238735

   > Thanks for confirming folks. My only worry is that psol package tiredofit.nl, we should trust @eilandert blindly with this? 
   
   Ofcourse not, you can always build PSOL yourself, my setup is merely a proof of concept that a new glibc or nginx is not the end of PageSpeed, I wanted to give a solution to all those open questions for two simple fixes. It's a shame there seems to be no development at all since the move to the bazel buildsystem (which I never got to work myself, so I am stuck on the last working commit, 409bd76).


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
eilandert commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1377651866

   > https://github.com/eilandert/build_psol
   
   Hi @ronilaukkarinen, I have posted my build process on https://github.com/eilandert/build_psol


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
ronilaukkarinen commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1349448420

   Thanks for confirming folks. My only worry is that psol package tiredofit.nl, we should trust @eilandert blindly with this? Tested and it works and fixes the issue #1762 as well. This most probably fixes all the issues: #1758 #1757 #1756 #1749 #1752.
   
    Always best if there would be an official package but one can wish... this repository has been in slumber for a while now.
   
   I just dirty-loaded the module like this in /etc/nginx/nginx.conf:
   
   ```nginx
   load_module /home/rolle/nginx-1.23.2/objs/ngx_pagespeed.so;
   ```
   
   Nginx has been installed with apt from official repository.
   
   ```bash
   $ nginx -V
   nginx version: nginx/1.23.2
   built by gcc 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)
   built with OpenSSL 1.1.1f  31 Mar 2020
   TLS SNI support enabled
   configure arguments: --with-compat --add-dynamic-module=../incubator-pagespeed-ngx --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-compat --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_m
 odule --with-http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module
   ```


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] ronilaukkarinen commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
ronilaukkarinen commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1377608372

   Would you be willing to write a tutorial for people to buil their own PSOL instead of using `wget http://www.tiredofit.nl/psol-${PSOL}.tar.xz`? I could then share my way of upgrading ngx-pagespeed via bash script.


-- 
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-unsubscribe@pagespeed.apache.org

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


[GitHub] [incubator-pagespeed-ngx] khrizo commented on issue #1760: quick and dirty build instructions

Posted by GitBox <gi...@apache.org>.
khrizo commented on issue #1760:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1760#issuecomment-1314711377

   @eilandert thanks, working Ubuntu 22.04
   nginx version: nginx/1.23.2


-- 
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-unsubscribe@pagespeed.apache.org

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