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

Reply via email to