after downloading the server files per ssh on my server (Ubuntu 10.04 LTS)(493.1116_byond_linux.zip) and following the steps in the readme for a system wide installation i ran into some trouble actually running the binarys.
amsel@server:~/$ DreamDaemon |
So i set it up for personal use, because i thought something was wrong with the path variables, and tried to start the executables diectly from the byond/bin/ directory which left me totally stunned:
amsel@server:~$ cd private/byond/bin/ |
As you can see from the file list and the file permissions, they should be there, but, well...
When typing, i use autocomplete, so i shouldn't have misstyped the filename, so the only thing i can imagine, is, that something is realy wrong with my shell on that server, which could be possible since it was just set up.
Anyone a idea?
EDIT:
Actually i was missing the 32 bit compat libraries
sudo apt-get install ia32-libs |
will install them.
I found ou by checking the ELF deendencys:
amsel@server:~/private/byond/bin$ readelf -l DreamDaemon |