Install GD support php5-gd in Ubuntu
Written by coregps on Monday, July 23rd, 2007 in PHP, Ubuntu.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
I have installed a support ticket system with captcha enabled and everything works well except the captcha images does not display.
It seems that the GD Graphics Library does not configured with PHP by default. However Ubuntu comes with package called php5-gd. Just type following command to install this module:
And then restart Apache










