I am on Ubuntu 9.10 & I am trying to install Magento but I am getting this error

I have aleady installed gd (sudo apt-get install php5-gd) But I am still getting this error & yes I have restarted the apache server a couple of times but still no use....

any idea ...?

link|improve this question
feedback

2 Answers

Have you checked your php.ini to see if GD is being loaded?

link|improve this answer
feedback

If your phpinfo page (<? phpinfo(); ?>) doesn't show GD as being loaded then it's not actually in use. Remember that you have to restart your webserver to activate changes to your php configuration.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown