Redflag SP3 编译最新版本LAMP环境

作者: yupanlovehlq 2013-10-11 21:29:57
Redflag SP3 编译最新版本LAMP环境

今天晚上看能完成吧,一天测试,一边写文档吧。

先是删除原来的apache,mysql,php.

下图都是以后要安装测试的新版本软件包。
Oracle11g,jdk,jre都已经正常安装使用。

安装apache,编译使用以下参数,遇到问题,需要升级 apr.

root@yupan /]# cd /opt/httpd-2.4.6
[root@yupan httpd-2.4.6]# ./configure --with-mpm=worker --enable-cache --enable-disk-cache --enable-mem-cache --enable-file-cache --enable-nonportable-atomics --enable-mods-shared=most
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
configure:
configure: Configuring Apache Portable Runtime library...
configure:
checking for APR... configure: WARNING: APR version 1.4.0 or later is required, found 1.3.9
configure: WARNING: skipped APR at apr-1-config, version not acceptable
no
configure: error: APR not found. Please read the documentation.

相关资讯