标签:11.2 load core 找不到 配置 rip 依次 open gcc
[root@localhost redis-3.2.9]# cat /etc/system-release CentOS Linux release 7.3.1611 (Core)
mkdir -p /data/setupsoft cd /data/setupsoft wget https://openresty.org/download/openresty-1.11.2.3.tar.gz #解压openresty tar -zxvf openresty-1.11.2.3.tar.gz #进入解压后的文件夹 cd openresty-1.11.2.3 ./configure make j2 make install
编译出错,依次出错报找不到如下对应的库,安装命令如下
yum install gcc yum -y install pcre-devel yum install openssl openssl-devel -y
./configure --prefix=/opt/openresty \ --with-luajit \ --without-http_redis2_module \ --with-http_iconv_module \ --with-http_postgres_module
标签:11.2 load core 找不到 配置 rip 依次 open gcc
原文地址:http://www.cnblogs.com/stimlee/p/7124068.html