You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
The 1.12 release tarballs no longer contain debug binaries. This was an intentional change, because these binaries are much larger to download and (we believe). If people need PSOL built with debugging symbols they can use the new --psol-from-source option in the install script to build their own PSOL. But the current implementation conflicts with --with-debug:
checking for psol ... not found
./configure: error: module ngx_pagespeed requires the pagespeed optimization library.
Look in /home/jefftk/nginx-1.11.6/objs/autoconf.err for more details.
Error: Failure running './configure --add-module=/home/jefftk/ngx_pagespeed-latest-beta --with-http_ssl_module --with-debug', exiting.
The error file has:
cc: error: /home/jefftk/ngx_pagespeed-latest-beta/psol/lib/Debug/linux/x64/pagespeed_automatic.a: No such file or directory
(I put --with-debug in when the automated installer asked for additional configure flags)