Kibana failing to install on centos6 or upgrading to kibana-7.11.1-1.x86_64

While I try to install on centos 7 is fine but on centos 6 I get all of these errors

/usr/share/kibana/bin/../node/bin/node: /lib64/libc.so.6: versionGLIBC_2.16' not found (required by /usr/share/kibana/bin/../node/bin/node)
/usr/share/kibana/bin/../node/bin/node: /lib64/libc.so.6: version GLIBC_2.17' not found (required by /usr/share/kibana/bin/../node/bin/node) /usr/share/kibana/bin/../node/bin/node: /lib64/libc.so.6: version GLIBC_2.14' not found (required by /usr/share/kibana/bin/../node/bin/node)
/usr/share/kibana/bin/../node/bin/node: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.14' not found (required by /usr/share/kibana/bin/../node/bin/node) /usr/share/kibana/bin/../node/bin/node: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.18' not found (required by /usr/share/kibana/bin/../node/bin/node)
/usr/share/kibana/bin/../node/bin/node: /usr/lib64/libstdc++.so.6: version CXXABI_1.3.5' not found (required by /usr/share/kibana/bin/../node/bin/node) /usr/share/kibana/bin/../node/bin/node: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.15' not found (required by /usr/share/kibana/bin/../node/bin/node)
chown: cannot access /etc/kibana/kibana.keystore': No such file or directory chmod: cannot access /etc/kibana/kibana.keystore': No such file or directory
md5sum: /etc/kibana/kibana.keystore: No such file or directory
warning: %posttrans(kibana-7.11.1-1.x86_64) scriptlet failed, exit status 1
`

when I start I get errors: as

chroot: cannot change root directory to : No such file or directory
chroot: cannot change root directory to : No such file or directory

Any Suggestion How to fix this issue.

Hi,

According to the docs Kibana 7.x requires CentOS 7: Elastic Support Matrix | Elasticsearch

You can try upgrading the libraries manually but there are no guarantees that this will work.

Best regards
Wolfram

I wonder how 7.10 was working just fine though.

There is a difference between working and supported but I guess the root cause is the change from Node.js 12 to 14: Upgrade Node.js to version 14 by watson · Pull Request #83425 · elastic/kibana · GitHub

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.