And we continue with Chrome 🙂 Under this same title in Scope Free have published an article where they teach us to correct a fault that presents Google Chrome en 6 CentOS, apparently, because it creates a conflict with one of the SELinux.
As they tell us, if when executing Google Chrome this error appears:
[user@localhost Descargas]$ /usr/bin/google-chrome: /lib/libz.so.1: no version information available (required by /usr/bin/google-chrome)
/usr/bin/google-chrome: /lib/libz.so.1: no version information available (required by /usr/bin/google-chrome)
/opt/google/chrome/chrome: /lib/libz.so.1: no version information available (required by /opt/google/chrome/chrome)
/opt/google/chrome/chrome: /lib/libz.so.1: no version information available (required by /opt/google/chrome/chrome)
The author of the article tells us that in his case, he fixed the error by running on the console:
$ chcon -t usr_t /opt/google/chrome/chrome-sandbox
But we can solve it through some methods that they offer us in this site. You can see the full article at this link.