Can`t install mytop (mtop)

paisley

Verified User
Joined
Aug 17, 2013
Messages
63
Error: Package: perl-DBD-MySQL-4.013-3.el6.x86_64 (base)
Requires: libmysqlclient.so.16()(64bit)
Error: Package: perl-DBD-MySQL-4.013-3.el6.x86_64 (base)
Requires: libmysqlclient.so.16(libmysqlclient_16)(64bit)
You could try using --skip-broken to work around the problem
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
sendmail-cf-8.14.4-8.el6.noarch has missing requires of sendmail = ('0', '8.14.4', '8.el6')

when i do yum install mytop
 
That probably won't help. I have the exact same problem on all Centos 6.x servers. And if you disable the Mysql exclusion in yum.conf it will spew errors like this:
file /usr/share/mysql/norwegian-ny/errmsg.sys from install of mysql-libs-5.1.73-3.el6_5.x86_64 conflicts with file from package MySQL-server-5.5.37-1.linux2.6.x86_64
file /usr/share/mysql/norwegian/errmsg.sys from install of mysql-libs-5.1.73-3.el6_5.x86_64 conflicts with file from package MySQL-server-5.5.37-1.linux2.6.x86_64
I used a force install of DBD::MySQL in cpan and after that installed mytop from source. That works every time.
 
Back
Top