> 
> Anyone have any ideas why I can't get Linux Doom to run on
> my system? I've got a K6-2 333 with 32mb ram running
> RedHat 6.0 upgraded to KDE 1.1.1. Whenever I try to execute
> the "rundoom" script, it comes back with "./rundoom:
> /usr/X11R6/bin/xdoom: cannot execute binary file " (exact
> quote.)

That quote normaly means its a a.out or binary for libc5 systems, commands
like;
 'file xdoom'
Should return something like;
src# file munglogo
munglogo: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically
linked (uses shared libs), not stripped, pity i dont have doom so i cant
send an exacht return form doom.

 'ldd /usr/X11R6/bin/xdoom'
Should return what libs are concermed. In this case;

src# ldd munglogo
        libc.so.6 => /lib/libc.so.6 (0x40019000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

uses glibc otherwise known as libc6

> Anyone have any suggestions? Thanks...
>       John
> 

Thats about all i can think of at the minute.

-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to