paweldesign commented on issue #1687: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1687#issuecomment-625347979
cd wget https://github.com/apache/incubator-pagespeed-ngx/archive/v1.13.35.2-stable.zip unzip v1.13.35.2-stable.zip nps_dir=$(find . -name "*pagespeed-ngx-1.13.35.2-stable" -type d) cd "$nps_dir" psol_url=https://dl.google.com/dl/page-speed/psol/1.13.35.2-x64.tar.gz [ -e scripts/format_binary_url.sh ] && psol_url=$(scripts/format_binary_url.sh PSOL_BINARY_URL) wget ${psol_url} tar -xzvf $(basename ${psol_url}) # extracts to psol/ cd wget http://nginx.org/download/nginx-1.18.0.tar.gz tar -xvzf nginx-1.18.0.tar.gz cd nginx-1.18.0/ ./configure --add-module=$HOME/$nps_dir --user=nobody --group=nobody --pid-path=/var/run/nginx.pid ####ERROR#### adding module in /root/./incubator-pagespeed-ngx-1.13.35.2-stable mod_pagespeed_dir=/root/./incubator-pagespeed-ngx-1.13.35.2-stable/psol/include build_from_source=false checking for psol ... not found ./configure: error: module ngx_pagespeed requires the pagespeed optimization library. Look in /root/nginx-1.18.0/objs/autoconf.err for more details. ---------------------------------------------------------------- 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