1.首先查看Linux 系统信息
版本:cat /etc/*release
系统信息:lsb_release -a
查看位数:getconf LONG_BIT
我的是centos6.6 64位
源码安装前必备软件 apr,apr-util,pcre 查看命令
yum list installed | grep -E "pcre|apr"
apr.x86_64 1.3.9-5.el6_2 @base
apr-util.x86_64 1.3.9-3.el6_0.1 @base
apr-util-ldap.x86_64 1.3.9-3.el6_0.1 @base
pcre.x86_64 7.8-6.el6 @anaconda-CentOS-201410241409.x86_64/6.6
没有结果
安装apr ,apr-util,
wget http:
//apache.fayea.com/apache-mi