C0nw0nk opened a new issue #1740:
URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1740


   ```
   git clone --recursive https://github.com/apache/incubator-pagespeed-ngx.git
   
   export NGINX_VER=1.14.0
   export NAXSI_VER=1.3
   cd nginx-$NGINX_VER
   
   ./configure --with-cc-opt='-g -O2 
-fdebug-prefix-map=/build/nginx-H4cN7P/nginx-1.14.0=. -fstack-protector-strong 
-Wformat -Werror=format-security -fPIC -D_FORTIFY_SOURCE=2' 
--with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fPIC' 
--prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf 
--http-log-path=/var/log/nginx/access.log 
--error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock 
--pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules 
--http-client-body-temp-path=/var/lib/nginx/body 
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi 
--http-proxy-temp-path=/var/lib/nginx/proxy 
--http-scgi-temp-path=/var/lib/nginx/scgi 
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit 
--with-http_ssl_module --with-http_stub_status_module --with-http_realip_module 
--with-http_auth_request_module --with-http_v2_module --with-http_dav_module 
--with-http_slice_module --with-threads --with-http_addition_module 
--with-http_geoip_module=dyna
 mic --with-http_gunzip_module --with-http_gzip_static_module 
--with-http_image_filter_module=dynamic --with-http_sub_module 
--with-http_xslt_module=dynamic --with-stream=dynamic --with-stream_ssl_module 
--with-mail=dynamic --with-mail_ssl_module 
--add-dynamic-module=../naxsi-$NAXSI_VER/naxsi_src/ 
--add-dynamic-module=../nginx-module-vts-0.1.18/ 
--add-dynamic-module=../nginx-rtmp-module-1.2.2/ 
--add-dynamic-module=../ngx_brotli/ 
   --add-dynamic-module=../incubator-pagespeed-ngx/
   ```
   
   I get a PSOL error....
   
   ```
   adding module in ../incubator-pagespeed-ngx/
   ngx_pagespeed: pagespeed optimization library not found:
   ./configure: 33: ../incubator-pagespeed-ngx//config: [[: not found
   basename: extra operand 'release'
   Try 'basename --help' for more information.
   
     You need to separately download the pagespeed library:
        $ cd ../incubator-pagespeed-ngx/
        $ wget In a release this file would contain the URL to download the 
pre-compiled PSOL
   binary, but on development branches (like this one) you have to build PSOL 
from
   source yourself.  See:
     
https://github.com/apache/incubator-pagespeed-ngx/wiki/Building-PSOL-From-Source
        $ tar -xzvf  # expands to psol/
   
     Or see the installation instructions:
        
https://developers.google.com/speed/pagespeed/module/build_ngx_pagespeed_from_source
   
   ```
   
   And when i download the package with a PSOL folder i still get a PSOL 
error.... I don't get what is wrong.....


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to