I had a similar problem installing Expose4 into Joomla and it reported 'GD extension unavailable' ... eventually solved it with the advice posted below:
Install GD support php5-gd in Ubuntu
--------------------------------------------
Just type following command to install this module:
$ sudo apt-get install php5-gd
Restart Apache
# sudo /etc/init.d/apache2 restart
And then Restart Windows
This entry was posted on Tuesday, July 15, 2008 at 6:51 AM. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response.
Post a Comment