checking for psol ... not found
./configure: error: module ngx_pagespeed requires the pagespeed optimization library.
Look in objs/autoconf.err for more details.
attached is my autoconf.err:
I'm new at this and anything can help.
--
You received this message because you are subscribed to the Google Groups "ngx-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ngx-pagespeed-di...@googlegroups.com.
Visit this group at https://groups.google.com/group/ngx-pagespeed-discuss.
For more options, visit https://groups.google.com/d/optout.
Could you tell us:- The platform that are you building on?- Which instructions you are following?Otto
On Fri, Jan 6, 2017 at 8:23 AM HENRI KNAFO <henri...@gmail.com> wrote:
Working with Ubuntu 14.04 and trying to follow instruction to install Pagespeed with Nginx (AUTO AND MANUALLY),--I get on the last step:checking for psol ... not found
./configure: error: module ngx_pagespeed requires the pagespeed optimization library.
Look in objs/autoconf.err for more details.
attached is my autoconf.err:
I'm new at this and anything can help.
You received this message because you are subscribed to the Google Groups "ngx-pagespeed-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ngx-pagespeed-discuss+unsub...@googlegroups.com.
>> email to ngx-pagespeed-discuss+unsub...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/ngx-pagespeed-discuss.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "ngx-pagespeed-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ngx-pagespeed-discuss+unsub...@googlegroups.com.
setarch i686 ./configure --add-module=$HOME/ngx_pagespeed-release-${NPS_VERSION}-beta
./configure: error: module ngx_pagespeed requires the pagespeed optimization library.
./configure: error: no /home/bill/ngx_pagespeed-release-1.12.34.2-beta/config was found
NPS_VERSION=[check the release notes for the latest version] cd wget https://github.com/pagespeed/ngx_pagespeed/archive/v${NPS_VERSION}-beta.zip unzip v${NPS_VERSION}-beta.zip cd ngx_pagespeed-${NPS_VERSION}-beta/ psol_url=https://dl.google.com/dl/page-speed/psol/${NPS_VERSION}.tar.gz [ -e scripts/format_binary_url.sh ] && psol_url=$(scripts/format_binary_url.sh PSOL_BINARY_URL) wget ${psol_url} tar -xzvf $(basename ${psol_url}) # extracts to psol/
Download and build nginx with support for pagespeed:
NGINX_VERSION=[check nginx's site for the latest version] cd wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz tar -xvzf nginx-${NGINX_VERSION}.tar.gz cd nginx-${NGINX_VERSION}/ ./configure --add-module=$HOME/ngx_pagespeed-${NPS_VERSION}-beta ${PS_NGX_EXTRA_FLAGS}
adding module in /home/bill/ngx_pagespeed-1.12.34.2-beta
mod_pagespeed_dir=/home/bill/ngx_pagespeed-1.12.34.2-beta/psol/include
build_from_source=false
checking for psol ... not found
./configure: error: module ngx_pagespeed requires the pagespeed optimization library.
Look in /home/bill/nginx-1.11.8/objs/autoconf.err for more details.
configuring additional modules
adding module in /home/bill/ngx_pagespeed-release-1.12.34.2-beta
./configure: error: no /home/bill/ngx_pagespeed-release-1.12.34.2-beta/config was found
./configure: error: module ngx_pagespeed requires the pagespeed optimization library.
Look in obj/autoconf.err for more details.
Error: Failure running './configure --add-module=/home/bill/ngx_pagespeed-latest-stable --with-http_ssl_module', exiting.
>>>> >> email to ngx-pagespeed-discuss+unsub...@googlegroups.com.
>>>> >> Visit this group at
>>>> >> https://groups.google.com/group/ngx-pagespeed-discuss.
>>>> >> For more options, visit https://groups.google.com/d/optout.
>>>> >
>>>> > --
>>>> > You received this message because you are subscribed to the Google
>>>> > Groups
>>>> > "ngx-pagespeed-discuss" group.
>>>> > To unsubscribe from this group and stop receiving emails from it, send
>>>> > an
>>>> > email to ngx-pagespeed-discuss+unsub...@googlegroups.com.
>>>> > Visit this group at
>>>> > https://groups.google.com/group/ngx-pagespeed-discuss.
>>>> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "ngx-pagespeed-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to ngx-pagespeed-discuss+unsub...@googlegroups.com.