On Wed, 14 Jun 2000, [EMAIL PROTECTED] wrote:
>On Wed, 14 Jun 2000, Dan Malek wrote:
>
>> Chris Price wrote:
>> 
>> > [root@kewl green_threads]# ls -l java
>> > -rwxr-xr-x   1 cprice   cprice      11355 Aug 20  1999 java
>> > [root@kewl green_threads]# ./java
>> > bash: ./java: No such file or directory
>> > [root@kewl green_threads]# pwd
>> > /usr/local/jdk118_v1/bin/armv4l/green_threads
>> 
>> This is a little strange.  Is 'java' a script of some kind that is
>> requesting to load some interpreter (#!/bin/sh, or #!/usr/bin/perl)
>> that doesn't exist?
>> 
>
>       The java file I am trying to run above seems to be a binary:
>
>[root@kewl green_threads]# file java
>java: ELF 32-bit LSB executable, Advanced RISC Machines ARM, version 1,
>dynamically linked (uses shared libs), not stripped
>
>       But when I try to run it:
>
>[root@kewl green_threads]# ls -l java
>-rwxrwxrwx   1 cprice   cprice      11355 Aug 20  1999 java
>[root@kewl green_threads]# ./java
>bash: ./java: No such file or directory
>
>

This is caused because it was dynamically linked with a `ld.so' that's
no longer there.  Type `ldd java' and see what dynamic linker it wants.
If you create a symlink to the dynamic linker you have it MAY work.
Otherwise, you'll need to get the old ld.so.

-- 
Jon Olson, Modular Mining Systems
           3289 E. Hemisphere Loop
           Tucson, AZ 85706
INTERNET:  [EMAIL PROTECTED]
PHONE:     (520)746-9127
FAX:       (520)889-5790

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to