openrestry配置php失败,关于openssl:从零搭建php环境openresty

参考起源:http://openresty.org/en/insta…

一、配置编译参数,应用默认

> cd /usr/local/src/

> tar -xvf openresty-1.19.3.1.tar.gz

> cd openresty-1.19.3.1

> ./configure -j2

1、Can’t locate File/Temp.pm in @INC (you may need to install the File::Temp module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at ./configure line 9.yum install perl

2、./configure: error: the HTTP rewrite module requires the PCRE library.

You can either disable the module by using –without-http_rewrite_module

option, or install the PCRE library into the system, or build the PCRE library

statically from the source with nginx by using –with-pcre= option.

ERROR: failed to run command: sh ./configure –prefix=/usr/local/openresty/nginx …yum -y install pcre-devel

3、./configure: error: SSL modules require the OpenSSL library.

You can either do not enable the modules, or install the OpenSSL library

into the system, or build the OpenSSL library statically from the source

with nginx by using –with-openssl= option.

ERROR: failed to run command: sh ./configure –prefix=/usr/local/openresty/nginx …yum -y install openssl openssl-develConfiguration summary

+ using system PCRE library

+ using system OpenSSL library

+ using system zlib library

nginx path prefix: "/usr/local/openresty/nginx"

nginx binary file: "/usr/local/openresty/nginx/sbin/nginx"

nginx modules path: "/usr/local/openresty/nginx/modules"

nginx configuration prefix: "/usr/local/openresty/nginx/conf"

nginx configuration file: "/usr/local/openresty/nginx/conf/nginx.conf"

nginx pid file: "/usr/local/openresty/nginx/logs/nginx.pid"

nginx error log file: "/usr/local/openresty/nginx/logs/error.log"

nginx http access log file: "/usr/local/openresty/nginx/logs/access.log"

nginx http client request body temporary files: "client_body_temp"

nginx http proxy temporary files: "proxy_temp"

nginx http fastcgi temporary files: "fastcgi_temp"

nginx http uwsgi temporary files: "uwsgi_temp"

nginx http scgi temporary files: "scgi_temp"

cd ../..

Type the following commands to build and install:

gmake

gmake install

二、编译gmake-L/usr/local/src/openresty-1.19.3.1/build/luajit-root/usr/local/openresty/luajit/lib -L/usr/local/src/openresty-1.19.3.1/build/luajit-root/usr/local/openresty/luajit/lib -Wl,-rpath,/usr/local/openresty/luajit/lib -Wl,--require-defined=pcre_version -Wl,-E -Wl,-E -ldl -lpthread -lcrypt -L/usr/local/src/openresty-1.19.3.1/build/luajit-root/usr/local/openresty/luajit/lib -lluajit-5.1 -lm -ldl -L/usr/local/src/openresty-1.19.3.1/build/luajit-root/usr/local/openresty/luajit/lib -lluajit-5.1 -lm -ldl -lpcre -lssl -lcrypto -ldl -lpthread -lz \

-Wl,-E

sed -e "s|%%PREFIX%%|/usr/local/openresty/nginx|" \

-e "s|%%PID_PATH%%|/usr/local/openresty/nginx/logs/nginx.pid|" \

-e "s|%%CONF_PATH%%|/usr/local/openresty/nginx/conf/nginx.conf|" \

-e "s|%%ERROR_LOG_PATH%%|/usr/local/openresty/nginx/logs/error.log|" \

< docs/man/nginx.8 > objs/nginx.8

gmake[2]: Leaving directory '/usr/local/src/openresty-1.19.3.1/build/nginx-1.19.3'

gmake[1]: Leaving directory '/usr/local/src/openresty-1.19.3.1/build/nginx-1.19.3'

三、装置gmake install

这里不晓得为啥跟步骤二返回统一,指南里是分步骤命令,但这里如同是gmake和gmake install 同时执行了

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
当在使用 Visual Studio 编译项目时出现 "link: fatal error lnk1104: cannot open file 'OpenSSL::crypto.lib'" 错误时,通常是因为无法找到 OpenSSL 库文件。 要解决这个问题,首先应该确保已经正确安装了 OpenSSL 库,并且能够在系统上找到它。 1. 确保 OpenSSL 已正确安装:检查系统上是否已经正确安装了 OpenSSL。可以在 OpenSSL 的官方网站上下载适合您系统的安装程序,并根据安装向导进行安装。 2. 配置 Visual Studio 项目:打开 Visual Studio,并进入您的项目的属性设置。在属性窗口的左侧导航栏中选择 “链接器” > “输入”,然后在右侧的 “附加依赖项” 中添加 OpenSSL 库的名称。通常情况下,您应该添加 "libcrypto.lib" 和 "libssl.lib"。 3. 配置库文件路径:在属性窗口中,仍然在 “链接器” > “常规” 部分,将 OpenSSL 库文件的路径添加到 “附加库目录” 中。这个路径应该是 OpenSSL 库文件(.lib)所在的文件夹路径。 4. 点击 “确定” 保存更改,并重新编译项目:确保您保存了项目的更改,并尝试重新编译项目。如果您的 OpenSSL 库文件路径和名称正确配置,并且已正确安装 OpenSSL,那么应该不再出现 "lnk1104" 错误。如果仍然出现此错误,请再次检查您的配置设置。 希望这些步骤能够帮助您解决 "link: fatal error lnk1104: cannot open file 'openssl::crypto.lib'" 错误。如果问题仍然存在,您可能需要进一步检查您的 OpenSSL 安装和配置

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值