Hey, is there a way to check if GD is installed? Usually when I do the phpinfo() function it gives me an area with GD information. On this server I do not see that. The only line with GD in it is as follows:
It may be in another config file. Check if you have php.d directory in /etc. It may be in there. Also, when you’re saying there’s no gd.so do you mean you checked in the extensions path? If it’s not there then you’re gonna have to install it (and recompile PHP with option to include GD instruction set).
I see a php.d, what am I supposed to look for in there? Im not the one who searched for the gd2.so so I dont know where he searched for it. Is there a specific place I can give him to look for it?
If the file doesnt exist in the said place does that mean that its not installed?
Just checked the extensions directory and gd2.so is not one of the files there. So if I understood correctly that means it is not installed. I would like to install PHP 5 with GD. Is there a place with instructions on how to upgrade to PHP 5 and during the installation is GD installed automatically?
I have been on a shared hosting environment until now and this type of things usually were taken care of already.