Hi trying to generate a script that insert text into a image it need GD Lib. i did compile php with gd lbirary as it show in my phpinfo() page. however image are not generated what's wrong ?
Do you see any error? If yes then what exact is the error displayed ? Or is it simply you do not see error then try enabling error in php.in and apache conf to see where exactly it is going wrong. Further there is possibility you might be trying old image functions with new GD lib.
first check whether gd-library is working or not with test.php. just create test.php and put the following code in it Point your browser to http://domain/test.php There you should see gd library if enabled! if not what linux you are running?