Hello All
I am trying to install the MySQL PMDA on a Centos 4.9 host, and am
getting the following error;
[root@server mysql]# ls
Install pmdamysql.pl Remove
[root@server mysql]# ./Install
Perl PCP::PMDA module is not installed, install it and try again
The PCP-PMDA RPM is installed;
[root@server mysql]# rpm -ql perl-PCP-PMDA
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/PCP/PMDA.pm
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/auto/PCP/PMDA/PMDA.so
/usr/share/man/man3/PCP::PMDA.3pm.gz
I notice extended directory structure, which is different from a newer
Fedora 16 install;
[chandana@fatta ~]$ rpm -ql perl-PCP-PMDA
/usr/lib64/perl5/vendor_perl/PCP/PMDA.pm
/usr/lib64/perl5/vendor_perl/auto/PCP/PMDA/PMDA.so
/usr/share/man/man3/PCP::PMDA.3pm.gz
I tried to symlink the 5.8.5/i386-linux-thread-multi/PCP and
5.8.5/i386-linux-thread-multi/auto/PCP directories
to /usr/lib/perl5/vendor_perl but that did not work.
Some help would be appreciated.
Regards
Chandana
|