【Linux下安PHP,APACHE,MYSQL,PERL方法 4】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=https://www.rkxy.com.cn/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
推荐阅读
- 如何打开php文件
- Linux下基于DNS的多机均衡负载的实现
- 随心所欲下载—构造你自己的Linux网络蚂蚁
- 如何理解PHP
- 担心LINUX的未来
- Linux下可打开文件描述符的比较大数如何增大
- linux系统时间设置
- Linux新天王——年轻商务精英的随身利器!
- Linux未来大猜想从--E6看linux未来
- linux如何复制文件