I am trying to install kibana 5.1 on Red Hat Enterprise Linux Server release 7.2
following the link :-https://www.elastic.co/guide/en/kibana/current/rpm.html
For installing kibana: - sudo yum install kibana
I get below error:-
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/lib64/libcurl.so.4: undefined symbol: libssh2_scp_recv2
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.7.5 (default, Aug 29 2016, 10:12:21)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-4)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
Using below command for installing elasticsearch worked earlier:-
sudo yum install elasticsearch