libtiff.so.3: cannot open shared object file: No such file or directory

This is because libtiff.so.4 is using by Ubuntu instead of libtiff.so.3

You can check which lib is using by you OS by

locate libtiff.so.*

ln -s libtiff.so.4 libtiff.so.3

will fix the problem

Many lib errors can fix in this way `

Advertisement
This entry was posted in Linux.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s