ID:1892864
 
Hi

I decided I'd like to host some games, so I got on a VPS server and attempted to install BYOND here.

Well, that didn't work out so well.

So, I was wondering if I could get some help installing it.

http://www.byond.com/forum/?post=724528 <--

I've followed the first steps listed there at the top, and everything seemed to do it's thing right, but I get this error whenever I try to host something or update the dreamdaemon:

DreamDaemon: No such file or directory

However, when I use 'ls' to show the files, it's listed as being there.

To be honest I don't really know much about linux so I have no idea what to do unfortunately XD

Also if you can figure this stuff out, you're welcome to host any game you like on that server.
Should have just got BYONDpanel
If you're on x64 architecture, try running:

apt-get install lib32stdc++6


and

apt-get install ia32-libs


The problem is that DreamDaemon is a 32-bit (x86) program, so you need to install some 32-bit libraries to get it working.