一、yum安装基础包
yum install -y gcc expat-devel pcre-devel
二、安装apr
wget https://mirrors.aliyun.com/apache/apr/apr-1.6.5.tar.gz
tar zxvf apr-1.6.5.tar.gz
cd apr-1.6.5
./configure --prefix=/usr/local/apr
make
make install
三、安装apr-util
wget https://mirrors.aliyun.com/apache/apr/apr-util-1.6.1.tar.gz
&nbs