GD problems

A

Anonymous

Guest
Hi all

I am trying to enable GD support in PHP. I am using version 4.3.2 for linux which has GD bundled in. I have used the ./configure --with-gd and a few other things such as jpeg, apache and mysql. All seems to compile without any problems.

However, when I look at the 'configure command' line, returned from phpinfo(), it only shows that I have compiled apache and mysql.

How can I tell if gd has been compiled into php?

Thanks in advance

Leigh
 
why don't you create image script in php and run it
if it shows you the image then it's all right
you should also see for the gd support for gif,jpeg and png some of the gd libraries may not support image types
 
Back
Top