Php5 upgrade and no GD support
Posted: Sat Sep 02, 2006 12:22 pm
Hi,
I upgraded to php5 last night using Yum and the atomic servers. I looked at phpinfo() and it says it was configured without GD support. Does anyone know how I can add gd support to php5? I installed php-gd, and it installed fine but of course, I have to reconfigure php5 and recompile I guess.
Thanks.
EDIT: Apparently, the configure command that is shown in my phpinfo printout is misleading. I scrolled down a little further to the GD section and supposedly GD support is enabled, but my captcha images still aren't being displayed. I'm not sure what's going on, but I'll keep looking.
EDIT: Nevermind...got it working. What I did was run this command "yum install php-gd" and then it started working. I did restart apache...that might be necessary, not sure.
I upgraded to php5 last night using Yum and the atomic servers. I looked at phpinfo() and it says it was configured without GD support. Does anyone know how I can add gd support to php5? I installed php-gd, and it installed fine but of course, I have to reconfigure php5 and recompile I guess.
Thanks.
EDIT: Apparently, the configure command that is shown in my phpinfo printout is misleading. I scrolled down a little further to the GD section and supposedly GD support is enabled, but my captcha images still aren't being displayed. I'm not sure what's going on, but I'll keep looking.
EDIT: Nevermind...got it working. What I did was run this command "yum install php-gd" and then it started working. I did restart apache...that might be necessary, not sure.