Firegarden edited a comment on issue #1656: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1656#issuecomment-675840074
Thank you @Lofesa I tested with my build script and was able to build Nginx with your instructions on X86 ```# Download and extract of PageSpeed module echo -ne " Downloading ngx_pagespeed [..]\\r" wget https://github.com/apache/incubator-pagespeed-ngx/archive/v1.14.33.1-RC1.zip >> /tmp/nginx-autoinstall.log 2>&1 unzip v1.14.33.1-RC1.zip >> /tmp/nginx-autoinstall.log 2>&1 cd incubator-pagespeed-ngx-1.14.33.1-RC1/ || exit 1 wget https://dist.apache.org/repos/dist/release/incubator/pagespeed/1.14.36.1/x64/psol-1.14.36.1-apache-incubating-x64.tar.gz tar -xzvf psol-1.14.36.1-apache-incubating-x64.tar.gz >> /tmp/nginx-autoinstall.log 2>&1 ``` Thank you for taking the time to answer this and I can confirm this works. The only concern I have left is to get the PSOL to compile on AWS M6g Graviton2 Arm processor. If anyone knows how to make this work it would be helpful to know. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org