ivytony Posted October 27, 2008 Share Posted October 27, 2008 I've built my server with PHP 5.2.6 and Apache and I've also installed php-gd by running 'yum install php-gd', but an application (clip bucket) I'm using requires GD with TTF enabled. I've checked my phpinfo (http://www.rcholic.com/phpinfo.php) but didn't seem to find TTF enabled with my GD, so I wonder how to recompile GD with TTF enabled? thanks!! Quote Link to comment Share on other sites More sharing options...
corbin Posted October 27, 2008 Share Posted October 27, 2008 http://us3.php.net/manual/en/image.installation.php Quote Link to comment Share on other sites More sharing options...
ivytony Posted October 27, 2008 Author Share Posted October 27, 2008 My PHP was installed by 'yum install PHP' also, I am not sure what I should do now. I just need to enable my GD with TTF. thanks Quote Link to comment Share on other sites More sharing options...
corbin Posted October 27, 2008 Share Posted October 27, 2008 You should be able to provide options with yum. I don't have my FC box up right now or I would check it. Quote Link to comment Share on other sites More sharing options...
ivytony Posted October 27, 2008 Author Share Posted October 27, 2008 considering I've installed both php and php-gd using Yum, should I remove them first then re-install with such options like --with-gd[=DIR]? thanks a lot! Quote Link to comment Share on other sites More sharing options...
corbin Posted October 27, 2008 Share Posted October 27, 2008 Remove them via yum. Then, you'll need to do yum install php-gd <ttf option here> No idea what that option will be. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.