Chrome appears to have missing libraries, breaking some jaspersoft reports
[clarity@servername chrome-linux]$ ldd chrome | grep not
libatk-1.0.so.0 => not found
libatk-bridge-2.0.so.0 => not found
libcups.so.2 => not found
libxcb.so.1 => not found
libxkbcommon.so.0 => not found
libX11.so.6 => not found
libXcomposite.so.1 => not found
libXdamage.so.1 => not found
libXext.so.6 => not found
libXfixes.so.3 => not found
libXrandr.so.2 => not found
libgbm.so.1 => not found
libpango-1.0.so.0 => not found
libcairo.so.2 => not found
libatspi.so.0 => not found
libxshmfence.so.1 => not found
Release : 16.0.2, 16.0.3, 16.1
These automatically installed the required libraries
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
yum localinstall google-chrome-stable_current_x86_64.rpm
You can validate with this command. It should not return anything
ldd chrome |grep not