博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
nginx安装缺少依赖记录
阅读量:4587 次
发布时间:2019-06-09

本文共 284 字,大约阅读时间需要 1 分钟。

1.安装支持https

./configure --prefix=/usr/local/nginx --with-http_ssl_module

 

2.缺少PCRE library

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

yum -y install pcre-devel 

 

3.缺少openssl

yum -y install openssl openssl-devel

 

转载于:https://www.cnblogs.com/xdxy/p/9876988.html

你可能感兴趣的文章
深入理解DIP、IoC、DI以及IoC容器
查看>>
赋值文件
查看>>
Vue 数组 字典 template v-for 的使用
查看>>
蓝牙模块选择经验谈
查看>>
java中==和equals
查看>>
CCActionPageTurn3D
查看>>
python random
查看>>
esp32-智能语音-cli(调试交互命令)
查看>>
netty与MQ使用心得
查看>>
apache反向代解决绝对路径可能出现的问题
查看>>
Oracle Metadata
查看>>
jquery 实现3d切割轮播图
查看>>
学习spring cloud 笔记
查看>>
字符串截取,SubString
查看>>
Android: 网络随时需要在3G和Wifi切换,网络程序需要注意
查看>>
ajax调用servlet
查看>>
IText 生成横向的doc文档
查看>>
认识了个外国友人!
查看>>
对Cookie进行增删改查
查看>>
MySQL sql语句获取当前日期|时间|时间戳
查看>>