bsod said:I've had, like most of you, some trouble with enabling freetype in gd.
But finally after some time found the solution.
first install freetype2.**
Code:cd /usr/local/directadmin/customapache/ wget [url]http://ovh.dl.sourceforge.net/sourceforge/freetype/freetype-2.1.9.tar.gz[/url] tar zxf freetype-2.1.9.tar.gz cd freetype-2.1.9 ./configure make make install
next part (2)
open /usr/local/directadmin/customapache/configure.php
and make sure the following lines are in there, if not add them.
Code:--with-gd \ --with-gd-dir=/usr/local/lib \ --with-freetype \ --with-freetype-dir=/usr/local/lib \
next part (3)
in the /usr/local/directadmin/customapache/ directory
type in:
Code:./build clean ./build gd ./build php
with these line you recompile gd & php ( with the ./build php, be sure to type Y when prompted for installing GD )
finally restart apache with.
Code:service httpd restart
After this freetype worked finally worked for me.
mvveelen said:Ok, but I now rebuild PHP and everything went fine, but still no support for freetype