#tar zxvf gd-2.0.33.tar.gz
#cd gd-2.0.33
#./configure --with-png --with-freetype --with-jpeg
#make
#make install
#tar zxvf httpd-2.2.0.tar.gz
#cd httpd-2.2.0
#./configure --prefix=/usr/local/apache --enable-track-vars --enable-cgi --enable-so --enable-mods-shared=all --with-config-file-path=/usr/local/apache/conf
#make
#make install
#tar zvxf php-5.1.2.tar.gz
#cd php-5.1.2
#./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql --with-apxs2=/usr/local/apache/bin/apxs --with-jpeg-dir=/soft/jpeg-6b/ --with-gd=/soft/gd-2.0.33/ --with-freetype-dir=/soft/freetype-2.1.10/ --enable-trace-vars --with-zlib-dir=/soft/zlib-1.2.3/ --with-gd
#make
#make install
#cp ../php5.1.2/php.ini-dist /usr/local/php/lib/php.ini
| 欢迎光临 站长论坛 (http://www.tzlink.com/bbs/) | Powered by Discuz! X3.2 |