when I install Drupal I have the following problem.

PHP extensions Disabled
Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information):

gd

I tried to solve it according to this page but with no success.

Have you encountered the same problem and solved it?

I'm using Linux (Ubuntu)

thank you for help

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

It sounds like you don't have the GD extension installed. I don't use Ubuntu any longer, but I think it may be named php5-gd, so you'd need to install that package and restart your webserver and it should then work.

link|improve this answer
feedback

1.INSTALL GD PACKAGE BY USING

apt-get install php5-gd php-db php5-mysql

2.RESTART THE WEBSERVER

sudo /etc/init.d/apache2 restart

IT WORKS..........

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.