I need to enable Freetype for PHP's GD, and I'm getting absolutely nowhere trying to figure out how. According to this article I need to change the configuration command, but I have no clue where to find this file! I've been searching for hours and I'm really not getting anywhere, if anyone could help (or even set me on the right path to help myself) it'd be much appreciated. Thanks!
Our server is using CentOS release 5.8.
./configure ...command is used when compiling PHP, and the exact method varies greatly depending on distro used. – grawity Jun 6 '12 at 17:52dmesg | head -1and somewhere in there it said Red Hat... Is that right? – ACobbs Jun 6 '12 at 18:00/etc/redhat-releaseand/or/etc/os-release, if they exist. Finally, if you purchased the server, the Linux distro should have been mentioned in the server information. – grawity Jun 6 '12 at 18:10redhat-releaseworked, we're using CentOS release 5.8. Thanks! – ACobbs Jun 6 '12 at 18:13