Mike - 2008-09-26

I downloaded the binaries for Varkon 1.19C and copied the folder into my home folder.  I tried to execute ./xvarkon from the command line, but I get the error

"./xvarkon: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory"

I checked in /usr/lib and found that I have libtiff.so.4.2.1 installed.  So I created I symbolic link with "sudo ln -s libtiff.so.4.2.1 libtiff.so.3" so that I'd have a libtiff.so.3 for varkon to see.

However, I still get "./xvarkon: error while loading shared libraries: libtiff.so.3: cannot open shared object file: No such file or directory"

Does anyone know what I'm doing wrong here?

Thanks