|
Hey Mark,
Unfortunately, it's not a piece of cake. The best bet, and my recommendation, would be to install CentOS 4 which does have PHP4 and MySQL 4, by default. ;-)
But there is hope. PHP 4 that can peacefully co-exist with PHP5 for FC5 is already available in our repos (I see you're not a Professional customer yet, so you won't have access to our repos, but I'll see about getting them into a public repo so you can grab them...I've been meaning to do that anyway, I just need to write the scripts to automate replication across the various repositories). MySQL 4 is a harder nut to crack...and I'm not sure what to tell you on that front, as we'll never be providing MySQL 4 on FC5. You could grab the source version and install into /usr/local, and then update all of your various scripts to know how to talk to it (remember to shutdown MySQL5 and make sure it doesn't start on boot, as they'll fight over the ports if they're setup to run on the network rather than just through a socket).
I'll ping this thread once I get the PHP4 packages for FC someplace you can get to them.
|