Comments - CentOS 5.x/6.x mysql-lib conflicts and postfix
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
This problem still exists with 5.5 on a CentOS 6 machine
[root@vmtest ~]# mysqladmin ver mysqladmin Ver 9.0 Distrib 5.5.28a-MariaDB, for Linux on i686 Copyright (c) 2000, 2012, Oracle, Monty Program Ab and others. Server version 5.5.28a-MariaDB Protocol version 10 Connection Localhost via UNIX socket UNIX socket /var/lib/mysql/mysql.sock Uptime: 18 min 37 sec Threads: 1 Questions: 2 Slow queries: 0 Opens: 33 Flush tables: 1 Open tables: 26 Queries per second avg: 0.001 [root@vmtest ~]# yum install postfix Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: centos.mirror.balt.rackd.net * extras: mirror.symnds.com * updates: centos.mirror.balt.rackd.net Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package postfix.x86_64 2:2.6.6-2.2.el6_1 will be installed --> Processing Dependency: libmysqlclient.so.16(libmysqlclient_16)(64bit) for package: 2:postfix-2.6.6-2.2.el6_1.x86_64 --> Processing Dependency: libmysqlclient.so.16()(64bit) for package: 2:postfix-2.6.6-2.2.el6_1.x86_64 --> Finished Dependency Resolution Error: Package: 2:postfix-2.6.6-2.2.el6_1.x86_64 (base) Requires: libmysqlclient.so.16(libmysqlclient_16)(64bit) Available: mysql-libs-5.1.61-4.el6.x86_64 (base) libmysqlclient.so.16(libmysqlclient_16)(64bit) Available: mysql-libs-5.1.66-1.el6_3.x86_64 (updates) libmysqlclient.so.16(libmysqlclient_16)(64bit) Available: mysql-libs-5.1.66-2.el6_3.x86_64 (updates) libmysqlclient.so.16(libmysqlclient_16)(64bit) Error: Package: 2:postfix-2.6.6-2.2.el6_1.x86_64 (base) Requires: libmysqlclient.so.16()(64bit) Available: mysql-libs-5.1.61-4.el6.x86_64 (base) libmysqlclient.so.16()(64bit) Available: mysql-libs-5.1.66-1.el6_3.x86_64 (updates) libmysqlclient.so.16()(64bit) Available: mysql-libs-5.1.66-2.el6_3.x86_64 (updates) libmysqlclient.so.16()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigestdid you install MariaDB-compat ?
i.e.
yum -q -y install MariaDB-client MariaDB-common MariaDB-compat MariaDB-devel MariaDB-server MariaDB-shared
Yes I have