打完补丁后,继续
cd /tmp/rrdbuild/rrdtool-1.2.12/rrdtool-1.2.12
./configure --prefix=$INSTALL_DIR --disable-python --disable-tcl
make clean
make
make install
* GD
cd $BUILD_DIR
wget http://211.155.16.55/linux_soft/ ... er/gd-2.0.33.tar.gz
tar zxvf gd-2.0.33.tar.gz
cd gd-2.0.33
./configure --prefix=/usr/local/gd --with-freetype=/usr/local/freetype --
with-libpng=/usr/local/libpng
make
make install
PHP:
cd $BUILD_DIR
wget http://211.155.16.55/linux_soft/php-5.1.2.tar.gz
tar zxvf php-5.1.2.tar.gz
cd php-5.1.2
./configure --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/lib/mysql --with-gd=/usr/local/gd --with-zlib --with-png=/usr/local/libpng --with-jpeg --with-freetype=/usr/local/freetype --enable-sockets
make
make install
cp ./php.ini-dist /usr/local/lib/php.ini