dtulyakov commented on issue #1512: Installing NGINX with 1.13.35.1-beta fails
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1512#issuecomment-365525797
 
 
   nginx - 1.13.8
   pagespeed and psol - latest stable
   
   answer to the question yes
   ```
   ./auto/configure --add-module=debian/modules/incubator-pagespeed-ngx 
--with-debug
   + Linux 4.10.0-42-generic x86_64
   + using GNU C compiler
   + gcc version: 6.3.0 20170516 (Debian 6.3.0-18)
   ...........
   adding module in debian/modules/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
   ./auto/configure: 164: debian/modules/incubator-pagespeed-ngx/config: [[: 
not found
   ./auto/configure: 164: debian/modules/incubator-pagespeed-ngx/config: y: not 
found
   mod_pagespeed_dir=debian/modules/incubator-pagespeed-ngx/psol/include
   build_from_source=false
   checking for psol ... not found
   ./auto/configure: error: module ngx_pagespeed requires the pagespeed 
optimization library.
   Look in /BUILD/objs/autoconf.err for more details.
   ```
   answer to the question no
   ```
   Use the available Release binaries? [Y/n] n
   ./auto/configure: 164: debian/modules/incubator-pagespeed-ngx/config: [[: 
not found
   ./auto/configure: 164: debian/modules/incubator-pagespeed-ngx/config: n: not 
found
   mod_pagespeed_dir=debian/modules/incubator-pagespeed-ngx/psol/include
   build_from_source=false
   checking for psol ... not found
   ./auto/configure: error: module ngx_pagespeed requires the pagespeed 
optimization library.
   Look in /BUILD/objs/autoconf.err for more details.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to