Jul 27, 2012

Skype Static - error while loading shared libraries: libtiff.so.4

error while loading shared libraries: libtiff.so.4: cannot open shared object file: No such file or directory

Most of the time this kind of error its too generic. So I try to look libtiff library into my system and I found /usr/lib/libtiff.so.3

Fixed:
ln -s /usr/lib/libtiff.so.3 /usr/lib/libtiff.so.4
NOTE: To execute the command you must have root permission.

No comments: