cp /mysql/share/mysql/mysql.server /etc/rc.d/init.d/mysql cd /etc/rc.d/rc3.d ln -s ../init.d/mysql S70mysql 系统启动时加载mysql #) apache 的预编译 CC='egcs' OPTIM='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions' CFLAGS='-DDYNAMIC_MODULE_LIMIT=0' ./configure --prefix=/apache #) PHP的预编译 CC='egcs' OPTIM='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions' ./configure --prefix=/usr --with-apache=../apache_1.3.12 --enable-safe-mode --with-mm --enable-inline-optimization --enable-memory-limit --enable-track-vars --with-mysql=/mysql #) 安装php make make install make clean #) mode_perl 的预编译 perl Makefile.PL EVERYTHING=1 APACHE_SRC=../apache_1.3.12/src USE_APACI=1 DO_HTTPD=1 #) 安装mod_perl make make install make clean #) 编译apache EAPI_MM=SYSTEM CC='egcs' OPTIM='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions' CFLAGS='-DDYNAMIC_MODULE_LIMIT=0' ./configure --prefix=/apache --activate-module=src/modules/php4/libphp4.a --enable-module=php4 --activate-module=src/modules/perl/libperl.a --enable-module=perl #) 安装apache make make install make clean cp /apache/bin/apachectl /etc/rc.d/init.d/httpd cd /etc/rc.d/rc3.d ln -s ../init.d/httpd S80httpd 系统启动时加载apache #) 安装eperl perl Makefile.PL make make test make install make clean -frame-pointer -fno-exceptions' CFLAGS='-DDYNAMIC_MODULE_LIMIT=0' ./configure --prefix=/apache --activate-module=src/modules/php4/libphp4.a --enable-module=php4 --activate-module=src/modules/perl/libperl.a --enable-module=perl #) 安装apache make make install make clean cp /apache/bin/apachectl /etc/rc.d/init.d/httpd cd /etc/rc.d/rc3.d ln -s ../init.d/httpd S80httpd 系统启动时加载apache #) 安装eperl perl Makefile.PL make make test make install make clean make make test make install make clean make clean
热门推荐
- 浅谈JavaScript find 方法不支持IE的问题
- 1.css控制图片按等比例缩放实例兼容IE6/IE7/火狐/谷歌
- 2.intellij idea和eclipse比较
- 3.怎么写C语言条件判断if语句
- 4.清除laravel缓存命令代码实例
- 5.如何在FreeBSD上用PHP实现在线添加FTP用户
- 6.hbuilder里js文件是干嘛的
- 7.解决golang sync.Wait()不执行的问题
- 8.配合QMAIL邮件系统:SOLARIS + HTTPD + MYSQL + PHP + LIMITIP
- 9.C语言强制类型转换怎么做?
- 10.JS代码判断IE6,IE7,IE8,IE9的函数代码