For some reason I thought GD was installed by default onto the DFL production servers… and that PHP was configured accordingly. I was wrong. But lo and behold I found a very simple upgrade path. % yum install gd-devel % yum install php-gd restart apache: % /sbin/service httpd restart You’re golden.
Monthly Archives: September 2006
Pre-QA isn’t good for interviews
I’m just going to throw this out there… if you have a piece of software, site, etc that isn’t quite at the QA stages, no matter how rockin’ in might be, you might want to consider holding off on showing it to others until you know the demo is going to work. I think I’m …