• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Error upgrading from 7.1.3 to 7.5.1, help!!

D

DaveNET@

Guest
Hi,

As my thread title suggests, I want to upgrade to 7.5.1, mostly to try out the Qmail reject feature.

I got the following error message after using the Updater utility.

Preparing for packages installation...
----- begin of output -----
Installing curl-7.10.4-1.i386.rpm
Installing php-pgsql-4.3.8-sp.rh73.2.i386.rpm
Installing php-4.3.8-sp.rh73.2.i386.rpm
Installing php-imap-4.3.8-sp.rh73.2.i386.rpm Installing php-mysql-4.3.8-sp.rh73.2.i386.rpm
Installing mysql-3.23.58-1.73.i386.rpm
Installing mysql-server-3.23.58-1.73.i386.rpm
error: failed dependencies:
MySQL conflicts with mysql-3.23.58-1.73
MySQL-server conflicts with mysql-server-3.23.58-1.73
php = 4.3.8-sp.rh73.1 is needed by php-xslt-4.3.8-sp.rh73.1

Any ideas what to do next?

David
 
Hi,

php = 4.3.8-sp.rh73.1 is needed by php-xslt-4.3.8-sp.rh73.1

You could try to manually remove php-xslt-4.3.8-sp.rh73.1 before:
Code:
rpm -e php-xslt-4.3.8-sp.rh73.1

Pink
 
I followed your suggestion and ran the update again. Here's the error I'm getting now.

Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.8-sp.rh73.2.i386.rpm
Installing php-4.3.8-sp.rh73.2.i386.rpm
Installing php-imap-4.3.8-sp.rh73.2.i386.rpm Installing php-mysql-4.3.8-sp.rh73.2.i386.rpm
Installing mysql-3.23.58-1.73.i386.rpm
Installing mysql-server-3.23.58-1.73.i386.rpm
error: failed dependencies:
MySQL conflicts with mysql-3.23.58-1.73
MySQL-server conflicts with mysql-server-3.23.58-1.73


David
 
Hi,

which MySQL packages do you have installed?

Code:
rpm -qa | grep -i mysql

Pink
 
Looks like I have 4.x.... or at least parts of it.

MySQL-server-4.0.20-sp.rh73.1
MySQL-Max-4.0.20-sp.rh73.1
perl-DBD-MySQL-1.2219-6
MySQL-client-4.0.20-sp.rh73.1
MySQL-shared-compat-4.0.20-sp.rh73.1
mysql-devel-3.23.58-1.73
MySQL-shared-4.0.20-sp.rh73.1
php-mysql-4.3.8-sp.rh73.1

David
 
Hi David,

I guess the problem is that you are using non-standard MySQL 4 packages for RH 7.3 (afaik RH 7.3 only comes with MySQL 3). Therefore Plesk obviously conflicts with your MySQL packages.

A workaround would be to dump all your databases, reinstall standard mysql 3 rpms, restore all dumped databases, then upgrade Plesk and then upgrade MySQL again ... but I have never tried this :)

Hope this helps,

Pink
 
I guess it's time to contact 4PSA. I don't know when I had the non-standard MySQL packages installed.

David
 
Back
Top