I have a proggy which compiles OK and is sitting in /usr/local/bin

[root@keep bin]# ls -l /usr/local/bin/streamserver
-rwxr-xr-x    1 root     root       151735 Oct 26  1997
/usr/local/bin/streamserver

but when I try to run it I get:

[root@keep bin]# /usr/local/bin/streamserver
bash: /usr/local/bin/streamserver: No such file or directory

I did wonder whether the libraries that it uses are being seen by it so I
ran:

[root@keep bin]# ldd /usr/local/bin/streamserver
/usr/bin/ldd: /usr/local/bin/streamserver: No such file or directory

I then did:

[root@keep bin]# file /usr/local/bin/streamserver
/usr/local/bin/streamserver: ELF 32-bit LSB executable, Intel 80386,
version 1, dynamically linked (uses shared libs), not stripped

WTFG?

-- 
Howard.
____________________________________________________
LANNet Computing Associates <http://lannetlinux.com>
   "...well, it worked before _you_ touched it!"


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to