• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dayam PHP will not recompile correctly!!!

777php

Diamond Member
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.
 
Why use RedHat if you're not using RPMs? It would seem Slackware would be the more appropriate choice.

Anyway, I've never compiled php because the Debian packages were always working well enough for me so I can't really help more than a bump.
 
Back
Top