I am running RH 7.0 with Apache, PHP, MySQL, SSL, and the GD library.
My initial configure of php, I accidentally left out the truetype configure line, so I did a make clean and removed the config.cache file. I reconfigured with everything correct on the command line and didn't get any errors. I did a clean make and make install. When I test my script that calls for TTF I get an error message stating that TTF is not supported in this build. I check my test.php page with the phpinfo() line and it says the PHP was built last week when I did the initial build.
I feel that every time i rebuild php it does absolutely nothing and that apache is looking elsewhere for php than the default install directory.
I've also done a locate php and looked through all the instances of php and have been only able to find one instance, the defualt install directory.
What else am I supposed to do? I've even gone and removed all php directories and then rebuilt it. Any insight from anybody who has experienced this would be helpful. Thanks guys.
My initial configure of php, I accidentally left out the truetype configure line, so I did a make clean and removed the config.cache file. I reconfigured with everything correct on the command line and didn't get any errors. I did a clean make and make install. When I test my script that calls for TTF I get an error message stating that TTF is not supported in this build. I check my test.php page with the phpinfo() line and it says the PHP was built last week when I did the initial build.
I feel that every time i rebuild php it does absolutely nothing and that apache is looking elsewhere for php than the default install directory.
I've also done a locate php and looked through all the instances of php and have been only able to find one instance, the defualt install directory.
What else am I supposed to do? I've even gone and removed all php directories and then rebuilt it. Any insight from anybody who has experienced this would be helpful. Thanks guys.