I can't believe I'm asking this...clearly I'm in rare form today.
Trying to setup a new Ubuntu machine and just downloaded 'p4' (Perforce command line client). It's a single file download - a statically-linked binary executable, so I just did:
wget http://www.perforce.com/downloads/perforce/r09.2/bin.linux26x86/p4
...right into /usr/bin. Simple enough. Except:
root@aj-ubuntu:/usr/bin# ll p4
-rwxr-xr-x 1 root root 748808 2010-02-11 16:54 p4
root@aj-ubuntu:/usr/bin# ./p4
-su: ./p4: No such file or directory
root@aj-ubuntu:/usr/bin# /usr/bin/p4
-su: /usr/bin/p4: No such file or directory
What in the world is happening here...?!
Thanks in advance for your ridicule :)
-aj
