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.4NOTE: To execute the command you must have root permission.