[PLUG] PDF reader (cont'd)

Deepak Dinesh deepak@purdue.edu
Thu, 4 Oct 2001 00:08:21 -0500 (EST)


On Wed, 3 Oct 2001, Vitaly McLain wrote:

>Well, by your posts I assume you at least have tried "./", so if you want to
>go with your hunch about library/dependency problems, you'll probably get
>the most informative stuff with these two commands:
>
>file <your_file>
ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically
linked (uses shared libs), stripped

>ldd <your_file>

/usr/bin/ldd: ./<my_file>: No such file or directory

>
>I am willing to speculate that the files it is linked to are old, as even on
>my older router, applications are linked to "libc.so.6" and "ld-linux.so.2".

I suppose I can get it working by installing some compatibility
library ?!


DD