hao32
Verified User
ÔÚ×°ÓÐDirectAdminµÄcentOS3.6Ï°²×°³É¹¦....
1.¿ÉÒÔµ½freetype¹Ù·½È¥ÏÂÔØ:http://www.freetype.org/
2.ÐÞ¸Ä/usr/local/directadmin/customapache/buildÎļþ,
ËÑË÷:
Ð޸ijÉ:
3.ÐÞ¸Ä/usr/local/directadmin/customapache/configure.phpÎļþ:
Ð޸ijÉÏÂÃæÕâÑùµÄ:
4.Ö´ÐÐ:
5.×îºóÖØÆðApache
1.¿ÉÒÔµ½freetype¹Ù·½È¥ÏÂÔØ:http://www.freetype.org/
Code:
cd /usr/local/directadmin/customapache/
wget [url]http://download.savannah.gnu.org/releases/freetype/freetype-2.1.10.tar.gz[/url]
tar zxvf freetype-2.1.10.tar.gz
cd freetype-2.1.10
./configure
make
make install
2.ÐÞ¸Ä/usr/local/directadmin/customapache/buildÎļþ,
ËÑË÷:
Code:
./configure --with-png=/usr/local --with-jpeg=/usr/local --without-freetype
Code:
./configure --with-png=/usr/local --with-jpeg=/usr/local --with-freetype=/usr/local
3.ÐÞ¸Ä/usr/local/directadmin/customapache/configure.phpÎļþ:
Ð޸ijÉÏÂÃæÕâÑùµÄ:
Code:
--with-gd \
--with-gd-dir=/usr/local \
--with-freetype \
--with-freetype-dir=/usr/local \
4.Ö´ÐÐ:
Code:
./build clean
./build gd
./build php
5.×îºóÖØÆðApache
Code:
service httpd restart