You must be logged in to post Login Register


Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

libtiff.so.3 under ubuntu 11.04 throws error

UserPost

2:44 pm
June 13, 2011


Angaria

New Member

posts 2

When attempting to run DTK under Natty I receive the following error message:

 

libtiff.so.3: cannot open shared object file: No such file or directory
DTK ran fine on the same machine under 9.04, but I've had to upgrade as that's no longer supported.  I tried to link the required library to the new one using 

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

 

but that hasn't fixed the issue.  Ideas?  Thanks.

 

3:03 pm
June 13, 2011


Angaria

New Member

posts 2

I finally post the problem and then figured it out.  Under 11.04 you need to link to lib.so.4.3.3 which is under /usr/lib/i386-linux-gnu.