Hi All -
I've been looking at past history for the error I am receiving (including the last couple from yesterday and few days before that) and I cannot for the life of me figure this out. I am not the best at Linux, but, process is straightforward enough for me to have attempted following instructions via the Google Page Speed how-to (and also referred to Digital Ocean's Nginx + Page Speed tut).
Steps I've taken with no issues:
cd >> from home directory (also did this under nginx/debian/modules directly)
unzip release-${NPS_VERSION}-beta.zip
cd ngx_pagespeed-release-1.9.32.10/
tar -xzvf 1.9.32.10.tar.gz # extracts to psol/
cd >> home directory
NGINX_VERSION=1.9.3
tar -xvzf nginx-1.9.3.tar.gz
cd nginx-1.9.3/
Problems start here:
./configure --add-module=$HOME/ngx_pagespeed-1.9.32.10-beta/ (also tried from $HOME/nginx-1.9.3/debian/modules/ngx_pagespeed-1.9.32.10-beta/)
I get the following...
adding module in /home/webdev/ngx_pagespeed-1.9.32.10-beta/
mod_pagespeed_dir=/home/webdev/ngx_pagespeed-1.9.32.10-beta//psol/include
build_from_source=false
checking for psol ... not found
./configure: error: module ngx_pagespeed requires the pagespeed optimization library.
Look in objs/autoconf.err for more details.
----------
Attached the autoconf.err. Please let me know what else I can provide.
Best,
Rip