In a moment of inspiration (!) I upgraded MySQL from 4.1 to 5.0. Well, that PHPMYAdmin thing told me to do so...!
That caused a conflict with Apache, resulting in Apache breaking completely.
So I searched the interweb for a solution, and the solution was to rebuild Apache to take into account the new MySQL. Fair enough.
Now, the problem is that (apparently) there is a problem with the Red Hat Network repository hosted by The Planet. Which means that "yum" cannot download the necessary files, and it cannot rebuild Apache. This is even if I try to build the most basic version of Apache.
I raised a ticket about this (5189225PLNT) and the response seems to be that they don't know how long it will take to fix the repository problem.
In the meantime, all my sites are down because Apache is broken and I'm losing money by the hour
If I try to restart Apache, I get this error message:
"Syntax error on line 9 of /usr/local/apache/conf/php.conf: Cannot load /usr/local/apache/modules/libphp5.so into server: /usr/lib/libmysqlclient.so.14: version `libmysqlclient_14' not found (required by /usr/local/apache/modules/libphp5.so)"
Is there something I'm missing?! Or can anyone suggest something I could do to get back online?!
Thanks in advance. I am using this opportunity to backup my databases and make sure I've got offline backups of everything. Thankfully, SSH and FTP are unaffected.