Okay.. Some progress, I resolved the basic psa-selinux and policycoreutils issues.
I should point out, the system still runs MySQL 4.1.
When I run yum update, it downloads 50 packages and updates 120. Once I continue, it runs a Transaction test which spits out a ton of mysql errors (and a few regarding some man pages) then stops.
I have no immediate need to update to MySQL5, as I know the new system will come with it. Here's a small snippet of the errors.
Code:
file /usr/share/man/man1/mysqldump.1.gz from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.11-2
file /usr/share/man/man1/mysqlshow.1.gz from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.11-2
file /usr/bin/msql2mysql from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
file /usr/bin/mysql_find_rows from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
file /usr/bin/mysql_tableinfo from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
file /usr/bin/mysqlaccess from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
file /usr/share/info/mysql.info.gz from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
file /usr/share/man/man1/mysql.1.gz from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
file /usr/share/man/man1/mysqlaccess.1.gz from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
file /usr/share/man/man1/mysqladmin.1.gz from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
file /usr/share/man/man1/mysqldump.1.gz from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
file /usr/share/man/man1/mysqlshow.1.gz from install of mysql-5.0.51-1.fc4.art conflicts with file from package mysql-4.1.20-1.FC4.1
If I simply try to just yum update php - I receive the following.
Code:
--> Processing Dependency: php-common = 5.2.5-2.fc4.art for package: php-pdo
--> Finished Dependency Resolution
Error: Missing Dependency: php-common = 5.2.5-2.fc4.art is needed by package php-pdo
Is this a losing battle?