Just downloaded Nexiuz, extracted it, and am attempting to run it. I get the following error:
[pauly@zippy Nexuiz]$ ./nexuiz-linux-glx.sh
./nexuiz-linux-glx.sh: line 121: /usr/local/games/Nexuiz/nexuiz-linux-x86_64-glx: No such file or directory
./nexuiz-linux-glx.sh: line 121: /usr/local/games/Nexuiz/nexuiz-linux-x86_64-glx: Success
Problem is, the file is there, and readable:
[pauly@zippy Nexuiz]$ ll nexuiz-linux-x86_64-*
-rwxr-xr-x 1 root root 1632664 Feb 29 02:33 nexuiz-linux-x86_64-dedicated
-rwxr-xr-x 1 root root 1954072 Feb 29 02:33 nexuiz-linux-x86_64-glx
-rwxr-xr-x 1 root root 1951608 Feb 29 02:33 nexuiz-linux-x86_64-sdl
Here's my machine info:
[pauly@zippy Nexuiz]$ uname -a
Linux zippy 2.6.22.14-72.fc6 #1 SMP Wed Nov 21 14:10:25 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
Does anybody have any idea why this might be happening?