Open GoogleCodeExporter opened 9 years ago
Looks like I installed the CentOS6 version on a CentOS5 box. Reinstalled the
correct version and I'm getting the expected output.
Original comment by jdgonza...@jdandrachel.com
on 25 Jun 2012 at 2:05
Hi jdgonza
I am having the same kind of error given below. However I donot what is the
cause of it. I tried both of these version given below.
mha4mysql-manager-0.52-0.noarch.rpm
mha4mysql-manager-0.53-0.noarch.rpm
mha4mysql-node-0.52-0.noarch.rpm
mha4mysql-node-0.53-0.noarch.rpm
[root@lb01 p]# masterha_check_ssh --conf=/etc/app1.cnf
Can't locate MHA/SSHCheck.pm in @INC (@INC contains: /usr/local/lib64/perl5
/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
/usr/bin/masterha_check_ssh line 25.
BEGIN failed--compilation aborted at /usr/bin/masterha_check_ssh line 25.
My OS details are:
Linux version 2.6.32-220.23.1.el6.x86_64 (gcc version 4.4.6 20110731 (Red Hat
4.4.6-3) (GCC) )
Do you know what might be causing this.
Original comment by khanomai...@gmail.com
on 3 Jul 2012 at 10:49
This looks to be an issue to do with either compilation architecture. The
SSHCheck.pm exists in the /usr/lib/perl5/vendor_perl/MHA directory structure,
not the lib64 directiory structure..
Try adding a symlink from /usr/lib64/perl5/vendor_perl/MHA to
/usr/lib/perl5/vendor_perl/MHA.
Worked for me at least
Original comment by andrew.h...@projectsapphire.com
on 6 Sep 2012 at 10:55
Original issue reported on code.google.com by
jdgonza...@jdandrachel.com
on 25 Jun 2012 at 1:48