Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

checking for psol ... not found #6

Closed
ghost opened this issue Oct 22, 2012 · 7 comments
Closed

checking for psol ... not found #6

ghost opened this issue Oct 22, 2012 · 7 comments
Labels

Comments

@ghost
Copy link

ghost commented Oct 22, 2012

_/etc/make.conf_

.if ${.CURDIR:M/usr/ports/www/nginx*}
CONFIGURE_ARGS+="--add-module=/root/nginx_modules/ngx_pagespeed"
.endif

_list module_

# ls -lha /root/nginx_modules/{ngx_pagespeed,mod_pagespeed}
/root/nginx_modules/mod_pagespeed:
total 5
drwxr-xr-x   3 root  wheel     3B 22 окт 07:33 .
drwxr-xr-x   6 root  wheel     6B 22 окт 07:33 ..
drwxr-xr-x  12 root  wheel    14B 22 окт 05:51 src

/root/nginx_modules/ngx_pagespeed:
total 22
drwxr-xr-x  5 root  wheel     9B 22 окт 05:23 .
drwxr-xr-x  6 root  wheel     6B 22 окт 07:33 ..
drwxr-xr-x  8 root  wheel    13B 22 окт 05:23 .git
-rw-r--r--  1 root  wheel    11k 22 окт 05:23 LICENSE
-rw-r--r--  1 root  wheel   2,7k 22 окт 05:23 README.md
-rw-r--r--  1 root  wheel   2,6k 22 окт 05:23 config
-rw-r--r--  1 root  wheel   2,8k 22 окт 05:23 cpp_feature
drwxr-xr-x  2 root  wheel     5B 22 окт 05:23 src
drwxr-xr-x  4 root  wheel     4B 22 окт 05:23 test

_confugre error_

configuring additional modules
adding module in /root/nginx_modules/nginx-limit-traff
 + ngx_http_limit_traffic_rate_filter_module was configured
adding module in /root/nginx_modules/ngx_pagespeed
checking for psol ... not found
./configure: error: module ngx_pagespeed requires the pagespeed optimization library
===>  Script "configure" failed unexpectedly.
Please report the problem to osa@FreeBSD.org [maintainer] and attach the
"/usr/ports/www/nginx-devel/work/nginx-1.3.7/config.log" including the output
of the failure of your make command. Also, it might be a good idea to provide
an overview of all packages installed on your system (e.g. a /usr/sbin/pkg_info
-Ea).
*** [do-configure] Error code 1

Stop in /usr/ports/www/nginx-devel.
*** [build] Error code 1

Stop in /usr/ports/www/nginx-devel.
@ghost
Copy link
Author

ghost commented Oct 22, 2012

ZFS:

adding module in /root/nginx_modules/ngx_pagespeed
checking for openat(), fstatat() ... not found
# uname -rsp
FreeBSD 9.1-PRERELEASE amd64

@jeffkaufman
Copy link
Contributor

Did you build mod_pagespeed?

@ghost
Copy link
Author

ghost commented Oct 22, 2012

@jeffkaufman only download and set envelopments

Static compilation without installation is possible?
I don't want to litter system with curve communications

@jeffkaufman
Copy link
Contributor

@PGBI

Yes, you can build mod_pagespeed without installing it. If you go follow the mod_pagespeed build instructions through the end of the "Compile" step you can stop there and pick up with the rest of https://github.com/pagespeed/ngx_pagespeed#how-to-build

yaoweibin pushed a commit to yaoweibin/ngx_pagespeed that referenced this issue Jan 21, 2013
@Gurubol
Copy link

Gurubol commented Jun 20, 2017

@jeffkaufman , It is failing from today. Can you please clarify on why this would be?

@jeffkaufman
Copy link
Contributor

Sorry @Gurubol, I'm not on this project anymore.

@jmarantz
Copy link
Contributor

@Gurubol : Note that a new version of PageSpeed was just released.

https://groups.google.com/forum/#!topic/ngx-pagespeed-discuss/5Vw3kRIYnig

There may have been some path changes; please check the doc. Open a new bug if you are still having trouble. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants