Thnk for your quick response, I am trying to do it on Debian 11 with nginx 1.24 and it does not recognize the psol directory
adding module in /rpm/incubator-pagespeed-ngx
You have set --with-debug for building nginx, but precompiled Debug binaries for
PSOL, which ngx_pagespeed depends on, aren't available. If you're trying to
debug PSOL you need to build it from source. If you just want to run nginx with
debug-level logging you can use the Release binaries.
Use the available Release binaries? [Y/n] Y
./configure: 164: /rpm/incubator-pagespeed-ngx/config: [[: not found
./configure: 164: /rpm/incubator-pagespeed-ngx/config: Y: not found
mod_pagespeed_dir=/rpm/incubator-pagespeed-ngx/psol/include
build_from_source=false
checking for psol ... not found
./configure: error: module ngx_pagespeed requires the pagespeed optimization library.
Look in /rpm/nginx-1.24.0/objs/autoconf.err for more details.
cd /rpm
ls -ls incubator-pagespeed-ngx
total 76
16 -rw-r--r-- 1 root root 13676 Sep 12 16:35 config
4 -rw-r--r-- 1 root root 1183 Sep 12 16:35 config.make
4 -rw-r--r-- 1 root root 2881 Sep 12 16:35 cpp_feature
4 drwxr-xr-x 4 root root 4096 Sep 12 16:35 docker
12 -rw-r--r-- 1 root root 11342 Sep 12 16:35 LICENSE
4 -rw-r--r-- 1 root root 488 Sep 12 16:35 NOTICE
4 drwxr-xr-x 4 root root 4096 Dec 29 2021 psol
4 -rw-r--r-- 1 root root 265 Sep 12 16:35 PSOL_BINARY_URL
4 -rw-r--r-- 1 root root 1610 Sep 12 16:35 README.md
4 -rw-r--r-- 1 root root 101 Sep 12 16:35 RETIRED.txt
4 drwxr-xr-x 2 root root 4096 Sep 12 16:35 scripts
4 drwxr-xr-x 2 root root 4096 Sep 12 16:35 src
4 drwxr-xr-x 2 root root 4096 Sep 12 16:35 test
4 drwxr-xr-x 8 root root 4096 Sep 12 16:35 testing-dependencies
any ideas?