I don’t know anything, so i will need to be walked through step by step. I have no experience with ssh, line commands, or putty so spell it out for me thanks.
if GD is installed, why its not showing in phpinfo???
If GD is installed already, how can i know??? im using CAPTCHA or for dynamic image generation with php scripts for image verification, so is must…
and got the result
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
So this means that GD is installed & enabled…
My question here is why its not showing in phpinfo and php scripts related to GD not working… for eg: i tried to do <? print_r(gd_info); ?> but gives an error Fatal Error: Call to undefined function gd_info()…
Awaiting your reply…
Thanks
[quote=ahmednuaman;2331737]It should normally say the following:
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
Do you have the php shared object installed with the library? You have to configure php --with gd. If it is, it should show up on your phpinfo page under the configure command. The only time I’ve seen it not show up on phpinfo()is when it was installed using yum. I wonder if it is a similar issue if installed using RPM?