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
I am really lost on this one. ld and ls say its there, and that it
is proper format, but it simply will not run.
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for ++
++ kernel-related discussions. ++