ผมเคยเขียนการทำ howto install freetype บน freebsd 6.1 ไปแล้ว… คราวนี้มาถึงยุค CentOS บ้างครับ
สำหรับ CentOS 5/32bit ผมได้ install freetype with GD เสร็จแล้ว…จึงนำมาเขียน How หุย…ให้กันต่อไป
#cd /usr/local/directadmin/customapache/
wget http://downloads.sourceforge.net/freetype/freetype-2.3.4.tar.gz?modtime=1176187387&big_mirror=0
./configure
gmake
gmake install
cd …
cp build build.orig
vi build
In function doGD replace:
./configure --with-png=/usr/local --with-jpeg=/usr/local --without-freetype --without-x
by:
./configure --with-png=/usr/local --with-jpeg=/usr/local --without-x --with-freetype=/usr/local/lib
cp configure.php configure.php.orig
vi configure.php
replace:
–with-gd
–with-gd-dir=/usr/local
by:
–with-gd
–with-gd-dir=/usr/local/lib
–with-freetype
–with-freetype-dir=/usr/local/lib \
./build clean
nice ./build gd
./build php <----- มีอะไรถามมา ที่ไม่ใช่ GD ให้ตอบ N
เสร็จการ re-compile php + gd + freetype แล้วก็ restart httpd ครับ
/etc/init.d/httpd restart
แล้วลองเช็ค phpinfo ครับ
work fine with CentOS