参考链接pcre ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/
apr https://apr.apache.org/download.cgi
apr https://apr.apache.org/download.cgi
2016-12-10
wget http://mirrors.hust.edu.cn/apache//httpd/httpd-2.4.23.tar.gz
tar -zxvf httpd-2.4.23.tar.gz
tar -zxvf httpd-2.4.23.tar.gz
2016-12-10
mv apr-util-1.3.12 apr-util
./configure --prefix=/usr/local/apache -with-pcre=/usr/local/pcre-8.39/bin/pcre-config -with-included-apr
sudo ./apachectl -k start
sudo firewall-cmd --zone=public --add-port=80/tcp --permanent
sudo systemctl restart firewalld.service
./configure --prefix=/usr/local/apache -with-pcre=/usr/local/pcre-8.39/bin/pcre-config -with-included-apr
sudo ./apachectl -k start
sudo firewall-cmd --zone=public --add-port=80/tcp --permanent
sudo systemctl restart firewalld.service
2016-12-10
cmake 不能执行 有这个报错Could NOT find Git (missing: GIT_EXECUTABLE) 求大神指导
2016-12-05