31 March 2011

Fix google-chrome "error while loading shared libraries: libnss3.so.1d" issue

After GNU/Linux OS upgrade (at least with Fedora), google-chrome may be broken, complaining about missing libnss3.so.1d library.
To fix this issue:
 - ensure you have installed nss v3.xx (corresponding to your architecture)
 - create a symbolic link to corresponding library in the google-chrome main directory, usually:
ln -s /usr/lib64/libssl3.so /opt/google/chrome/libssl3.so.1d

There is some other needed symbolic links; if you have same kind of issue for others libraries, you can fix them the same way.

Anyway, at worse, if you don't want to fix it manually, you can reinstall google-chrome and reinstall it:
yum remove google-chrome-stable
yum install google-chrome-stable

No comments:

Post a Comment

Thank you for your visit, let's share your point of view: