Fixing ‘Missing dependency Cache::Cache at /usr/share/munin/plugins/mysql_’ error

While installing MySQL plugins for munin in Fedora 15 you may encounter this problem:

[root@monitor plugins]# /usr/share/munin/plugins/mysql_ suggest
Missing dependency Cache::Cache at /usr/share/munin/plugins/mysql_ line 716.
[root@monitor plugins]#

It means that your system lacks perl-Cache-Cache and perl-IPC-ShareLite packages. After installation you can proceed:

yum install perl-Cache-Cache perl-IPC-ShareLite

[root@monitor plugins]# /usr/share/munin/plugins/mysql_ suggest
bin_relay_log
commands
connections
files_tables
innodb_bpool
innodb_bpool_act
innodb_insert_buf
innodb_io
innodb_io_pend
innodb_log
innodb_rows
innodb_semaphores
innodb_tnx
myisam_indexes
network_traffic
qcache
qcache_mem
replication
select_types
slow
sorts
table_locks
tmp_tables
[root@monitor plugins]#

Didn’t find the answer to your question? Ask it our administrators to reply we will publish on website.

Leave a Reply

Your email address will not be published. Required fields are marked *