As the summary says, my GD library seems to be missing, even though it is obviously enabled as --with-gd=shared in the configure string (yes, I checked phpinfo()). The GD library is installed in /usr/local/gd. I'm on a freebsd box with many other people, so I can't do anything crazy like recompile PHP. How do I get the GD library working?
Update: Fixed the problem myself. Had to log in to SSH as root, "vi php.ini" and uncomment ";extension=gd.so", then restart apache via "apachectl -k restart". Took a few minutes to update, but eventually worked.
Last edited by rrreview; May 12, 2007 at 14:43.
Reason: extra information added
Bookmarks