I'm betting you do not have GD working or compiled into your system. Is it a Windows System?
Create a PHP file named phpinfo.php and put this in it:
PHP Code:
<?php
phpinfo();
?>
Then goto
http://localhost/phpinfo.php - this lists everything that your PHP can do. Search for GD.