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 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 `