TECH SYNTAX

Monday, March 16, 2009

Install GD Support PHP5-GD in Ubuntu

If you 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
align="left">with PHP by default. However Ubuntu comes with package
called php5-gd.

Just type following command to install this module:

$ sudo apt-get install php5-gd

And then restart Apache

$ sudo /etc/init.d/apache2 restart

No comments:

Your Ad Here