• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Package mysql is obsoleted by mysql

jorge ceballos

Regular Pleskian
Hi,

We currently have a server with Centos 5.11 and Plesk 12.0.18 showing micro update #34 as ok.

Still, since about a week ago, Plesk's auto update has failed with the following message:

Package mysql is obsoleted by mysql, trying to install mysql-5.5.41-15012715.x86_64 instead
Package mysql is obsoleted by mysql, trying to install mysql-5.5.41-15012715.x86_64 instead
Package mysql is obsoleted by mysql, trying to install mysql-5.5.41-15012715.x86_64 instead
mysql-5.5.41-15012715.x86_64 from MYSQL_5_5_41-dist has depsolving problems
--> mysql conflicts with mysql
mysql-5.5.41-15012715.x86_64 from MYSQL_5_5_41-dist has depsolving problems
--> mysql conflicts with mysql
mysql-5.5.41-15012715.x86_64 from MYSQL_5_5_41-dist has depsolving problems
--> mysql conflicts with mysql
mysql-5.5.41-15012715.x86_64 from MYSQL_5_5_41-dist has depsolving problems
--> mysql conflicts with mysql
mysql-5.5.41-15012715.x86_64 from MYSQL_5_5_41-dist has depsolving problems
--> mysql conflicts with mysql
mysql-5.5.41-15012715.x86_64 from MYSQL_5_5_41-dist has depsolving problems
--> mysql conflicts with mysql
Exception: Failed to solve dependencies:
mysql conflicts with mysql

Did some research but couldn't find much.

We do carry Atomic's ASL along with its repo.

These are the current mysql packages installed:

rpm -qa | grep -i mysql
plesk-mysql-5.5-14042516
asl-php-mysqlnd-5.4.38-35.el5.art
libmysqlclient15-5.0.77-4.el5_5.4.14042516
mysql-5.5.41-27.el5.art
mysql-connector-odbc-3.51.26r1127-2.el5
mysql-libs-5.5.41-27.el5.art
mysql-server-5.5.41-27.el5.art
mysqltuner-1.4.0-7.el5.art
mysql-devel-5.5.41-27.el5.art
mysql-5.5.41-27.el5.art
php53-mysql-5.3.3-26.el5_11
ossec-hids-mysql-2.8.1-47.el5.art
mysql-libs-5.5.41-27.el5.art
perl-DBD-MySQL-3.0007-2.el5
ruby-mysql-2.7-200705221431
mysql-devel-5.5.41-27.el5.art

Thanks in advance for any advice,
 
Hi Igor,

Yes, forgot to mention I had already tried that too.

# rpm -q mysql-server
mysql-server-5.5.41-27.el5.art

# rpm -q --queryformat "%{name}.%{arch}\n" mysql-server-5.5.41-27.el5.art
mysql-server.x86_64

# arch
x86_64

Please advice.

Best regards
 
You have only one mysql-server package here

rpm -qa | grep -i mysql
plesk-mysql-5.5-14042516
asl-php-mysqlnd-5.4.38-35.el5.art
libmysqlclient15-5.0.77-4.el5_5.4.14042516
mysql-5.5.41-27.el5.art
mysql-connector-odbc-3.51.26r1127-2.el5
mysql-libs-5.5.41-27.el5.art
mysql-server-5.5.41-27.el5.art
mysqltuner-1.4.0-7.el5.art
mysql-devel-5.5.41-27.el5.art
mysql-5.5.41-27.el5.art
php53-mysql-5.3.3-26.el5_11
ossec-hids-mysql-2.8.1-47.el5.art
mysql-libs-5.5.41-27.el5.art
perl-DBD-MySQL-3.0007-2.el5
ruby-mysql-2.7-200705221431
mysql-devel-5.5.41-27.el5.art

But many other duplicated packages like mysql-libs, mysql-devel and so on. Remove all extra duplicates.
 
Ups, you are right Igor!!!
Did not see that; thanks for your help.
Will proceed to erase duplicates and that should fix it.

Regards,
 
Back
Top