Friday, June 27, 2008

Installing PHP GD library

Ubuntu installs php without few libraries and here is how to install GD library

sudo apt-get install php5-gd

restart apache

sudo /etc/init.d/apache2 restart

Happy coding :)

No comments: