[PLUG] PDF reader (cont'd)
John C Meuser
meuserj@purdue.edu
03 Oct 2001 23:16:31 -0500
On Wed, 2001-10-03 at 23:10, Deepak Dinesh wrote:
> On Wed, 3 Oct 2001, Vitaly McLain wrote:
>
> >
> >Let me ask you this: have you tried "./filename", as in "./acroread4", while
> >in the same directory
> >as the binary?
> >
>
> It is unlikely that any of the above will work. I think it is compiled
> for a different set of libraries or something like that. I have the
> same problem with a binary file I have (ELF executable etc.).
>
> DD
You can try to do a strings on the file and see what it is trying to
use.
strings filename
if you didn't figure it out.....
John