Daily Archives: July 16, 2009

How to fix: error while loading shared libraries: liblwres.so.50

To fix this error: # nslookup mydomain.com nslookup: error while loading shared libraries: liblwres.so.50: cannot open shared object file: No such file or directory Do this: # ldconfig # dig mydomain.com ; DiG 9.6.1-RedHat-9.6.1-2.fc11 mydomain.com … From the ldconfig manpage: … Continue reading

Posted in Linux, Troubleshooting | Leave a comment