Fresh download of nexuiz-24.zip
Unzipped into /usr/local/games -> creating /usr/local/games/Nexuiz
soft-linked Docs/server/server_pro_linux.sh into /usr/local/games/Nexuiz
ditto with server.cfg
ran ./server_pro_linux.sh
Got the following as output:
- Code: Select all
$ ./server_pro_linux.sh
./server_pro_linux.sh: /usr/local/games/Nexuiz/nexuiz-linux-x86_64-dedicated: /lib/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory
./server_pro_linux.sh: line 11: /usr/local/games/Nexuiz/nexuiz-linux-x86_64-dedicated: Success
This is because ld-linux-x86_64.so.2 is in /lib64 - not /lib.
How does one go about rectifying this

I suppose I could softlink the library, but that may cause more problems elsewhere, or repeat for other libraries that the executable can't find.