Enabling GD-Native-TTF for PHP5

tripodyeti

New member
Joined
Jul 10, 2009
Messages
2
I have a friend running directadmin, ive managed to upgrade his server to run PHP 5 (using custombuild) however for some reason native-ttf for GD Libary wasnt installed , i found the command i need to prefix, however as im not over confident re-compiling php was wondering if someone would lend a hand maybe and point me in the right direction

--enable-gd-native-ttf

is the command that needs to be prefixed, however if i re-compile PHP is there anything else i need to put in for it to all work fine for directadmin (not sure if there is anything custom when directadmin installs php)

Many Thanks
Cliff
 
I would use custombuild to recompile php properly but before you do you will need to add that prefix command to the bottom of the following file;
/usr/local/directadmin/custombuild/configure/ap2/configure.php5

Hope this helps
 
You will need to begin the custombuild instalation first, take a look at the link in my previous post.
 
Back
Top