|
|

楼主 |
发表于 2005-4-30 18:12:04
|
显示全部楼层
this is ok!~
tar -zxvf httpd-2.0.54.tar.gz
cd httpd-2.0.54
./configure --prefix=/usr/local/apache --enable-mods-shared=all && make && make install
cd ..
tar -zxvf php-5.0.4.tar.gz
cd php-5.0.4
./configure --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs --enable-track-vars --enable-force-cgi-redirect --enable-pic --enable-inline-optimiation --enable-memory-limit --enable-bcmath --enable-shmop --enable-versioning -enable-calendar --enable-dbx --enable-dio --enable-mcal --with-config-file-path=/usr/local/apache/conf
make && make install |
|