[GitHub] [incubator-pagespeed-ngx] eilandert commented on issue #1758: can't build incubator-pagespeed-ngx-latest-stable (Aug 17) with nginx 1.23.1

2022-09-25 Thread GitBox


eilandert commented on issue #1758:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1758#issuecomment-1257198159

   > Both the automated installer as the instructions on the install page are 
broken for nginx 1.23.x. The installer in /script is broken as well.
   > 
   > Can somebody please post their build instructions (as eilandert has 
succesfully build a compatible version from master) or update the auto 
installer / instructions?
   
   I fixed an example here:
   https://github.com/apache/incubator-pagespeed-ngx/issues/1760


-- 
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] eilandert opened a new issue, #1760: quick and dirty build instructions

2022-09-25 Thread GitBox


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

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



[GitHub] [incubator-pagespeed-ngx] Kerberus35 commented on issue #1758: can't build incubator-pagespeed-ngx-latest-stable (Aug 17) with nginx 1.23.1

2022-09-25 Thread GitBox


Kerberus35 commented on issue #1758:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1758#issuecomment-1257171543

   Both the automated installer as the instructions on the install page are 
broken. Can somebody please post their build instructions (as eilandert has 
succesfully build a compatible version from master) or update the auto 
installer / instructions? 


-- 
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