cd /usr/local/src
wegt http://us.mirrors.quenda.co/apache//apr/apr-1.7.0.tar.gz(压缩包 apr-1.7.0.tar.gz)
解压 :tar -zxvf +压缩包名称
cd apr-1.7.0
./configure(执行)
make
sudo make install
cd src
wget http://archive.apache.org/dist/apr/apr-util-1.5.2.tar.bz2(压缩包apr-util-1.5.2.tar.gz)
解压 :tar -zxvf +压缩包名称
cd apr-util-1.5.2 (压缩后的名字)
./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
make
sudo make install
cd src
wget https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz(压缩包prce-8.43.tar.gz)
解压 :tar -zxvf +压缩包名称
cd prce-8.43.tar.gz
./configure
make
sudo make