2014-10-21 48 views
0

执行以下命令后:Raspbian:的PageSpeed(nginx的)compliation错误

mkdir -p ~/bin 
cd ~/bin 
svn co http://src.chromium.org/svn/trunk/tools/depot_tools 
export PATH=$PATH:~/bin/depot_tools 
mkdir ~/mod_pagespeed 
cd ~/mod_pagespeed 
gclient config http://modpagespeed.googlecode.com/svn/tags/1.9.32.1/src/ 
gclient sync --force --jobs=1 # add --revision=xxxx for a specific svn revision 
cd src/ 
make AR.host="$PWD/build/wrappers/ar.sh" \ 
    AR.target="$PWD/build/wrappers/ar.sh" \ 
    BUILDTYPE=Release \ 
    mod_pagespeed_test pagespeed_automatic_test 

来自:
https://github.com/pagespeed/ngx_pagespeed/wiki/Building-PSOL-From-Source

为了使的PageSpeed从谷歌工作,对树莓,臂装置中,如在这里陈述:
https://github.com/pagespeed/ngx_pagespeed/issues/398

我结束了以下错误,完美无瑕地运行命令之前'm AKE”。执行'make'时没有错误,直到此:

CXX(host) out/Release/obj.host/protoc/third_party/protobuf/src/google/protobuf/compiler/main.o 
LINK(host) out/Release/protoc 
RULE _home_something_mod_pagespeed_src_net_instaweb_instaweb_gyp_instaweb_image_types_pb_target_genproto_0 out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/image_types.pb.h 
CXX(target) out/Release/obj.target/instaweb_image_types_pb/gen/protoc_out/instaweb/net/instaweb/rewriter/image_types.pb.o 
In file included from out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/image_types.pb.cc:5:0: 
out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter/image_types.pb.h:7:18: fatal error: string: No such file or directory 
#include <string> 
      ^
compilation terminated. 
net/instaweb/instaweb_image_types_pb.target.mk:355: recipe for target 'out/Release/obj.target/instaweb_image_types_pb/gen/protoc_out/instaweb/net/instaweb/rewriter/image_types.pb.o' failed 
make: *** [out/Release/obj.target/instaweb_image_types_pb/gen/protoc_out/instaweb/net/instaweb/rewriter/image_types.pb.o] Error 1 

我已经跑了上面的命令多次,我只有这么远。 事实上,我只能找到以下文件:

image_types.proto 
    image_types.pb.h 
    image_types.pb.cc 

在下面的目录中,如在错误:

/home/something/mod_pagespeed/src/out/Release/obj/gen/protoc_out/instaweb/net/instaweb/rewriter 

我怎么可能获取必要的正确的文件?

回答

0

要成功通过HTTPS抓取测试,您可能需要先设置环境变量以查找证书文件。在Ubuntu上,测试二进制文件默认应该有正确的路径。在CentOS,这些设置应该工作:

出口SSL_CERT_DIR =的/ etc/PKI/TLS /证书 出口SSL_CERT_FILE =的/ etc/PKI/TLS/cert.pem