openresty

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

解决依赖

yum -y install pcre-devel

 

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

 

yum -y install openssl openssl-devel

posted @ 2020-01-06 12:02  mingetty  阅读(100)  评论(0)    收藏  举报