\begin{Howard Lowndes}
> [root@keep bin]# /usr/local/bin/streamserver
> bash: /usr/local/bin/streamserver: No such file or directory
> 
> [root@keep bin]# ldd /usr/local/bin/streamserver
> /usr/bin/ldd: /usr/local/bin/streamserver: No such file or directory
> 
> [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
> 

i got bitten by this one too once.

iirc, /lib/ld.so wasn't loading (or the program was expecting
ld-linux.so instead, or something). you could try a strings(1) on the
binary and see if you can see some pathnames or something.

best would be to recompile it against whatever libraries you now have
on you system.

-- 
 - Gus

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

Reply via email to