0
点赞
收藏
分享

微信扫一扫

no gmake nor make found in path、cc命令未找到、equires the PCRE library、require the OpenSSL library

no gmake nor make found in path 的错误要安装make

yum install make

cc命令未找到的错误要安装 gcc

yum install gcc

the HTTP rewrite module requires the PCRE library 的错误需要安装 PCRE 库
no gmake nor make found in path、cc命令未找到、equires the PCRE library、require the OpenSSL library_make

yum install pcre-devel

SSL modules require the OpenSSL library的错误
no gmake nor make found in path、cc命令未找到、equires the PCRE library、require the OpenSSL library_linux_02

yum install openssl-devel -y


举报

相关推荐

0 条评论