GD image toolkit and PHP

Discussion in 'Server Operation' started by jon335, Oct 8, 2005.

  1. jon335

    jon335 New Member

    I have gotten Drupal succesfully installed, but it says this:
    Code:
    [COLOR=Red]The built-in GD image toolkit requires that the GD module for PHP be installed and configured properly. For more information see [URL=http://php.net/image]http://php.net/image[/URL][/COLOR] 
    Is there an easy way to do this?? :confused:
    I am using the Ubuntu 5.0.4 Perfect Setup with ISPConfig.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The GD module is installed in the howto but maybe its not activated correctly. Check the file /etc/php4/apache2/php.ini , there must be a line extension=php_gd.dll that must be uncommented. When you changed the config file you must restart your apache webserver.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    I think it's extension=php_gd.so, not extension=php_gd.dll. The latter one would be for Windows...
     

Share This Page