ID:181744
 
I got this to work before, and now it won't work anymore.
What I did, start a Ubuntu slice and logged in using PuTTy.

Then I did the following:

apt-get install make
apt-get install gcc
apt-get install unzip
apt-get install ia32-libs
apt-get update
apt-get install screen
wget http://www.byond.com/download/build/453.1035_byond_linux.zip
unzip 453.1035_byond_linux.zip
cd byond
sudo make install

When I test it by calling "DreamDaemon -version" it says:
-bash: /usr/local/bin/DreamDaemon: No such file or directory

Any ideas? I've been looking at it for so long I wouldnt find the solution even if it bit me.
Maybe I'll have more luck tomorrow with a rested set of brains.

Fint wrote:
When I test it by calling "DreamDaemon -version" it says:
-bash: /usr/local/bin/DreamDaemon: No such file or directory

Any ideas? I've been looking at it for so long I wouldnt find the solution even if it bit me.
Maybe I'll have more luck tomorrow with a rested set of brains.

I remember the makefile had some errors in it; I don't know if all of them were ever fixed (I remember that one fix rolled in at one point but didn't fix all of the issues).

Other than that, I'm not sure what your issue would be; the lack of ia32-libs came to mind first but I see you already covered that. ^^ Double-checking couldn't hurt though.

I think you also need libc6, and I don't know that it comes with your slice out of the box.

After you make sure you have libc6 and ia32-libs, try DreamDaemon again; if it doesn't work, try:

ls /usr/local/bin
ls /usr/local/byond/bin


And make sure both list DreamDaemon. The last thing I could think of is maybe a permissions issue: have you tried "sudo DreamDaemon -version" already? I doubt that's it, but nothing else comes to mind at this point.
In response to Kuraudo
Double checked the ai32-libs and added libc6.
Nothing changed.

When entering ls /usr/local/bin it shows dreamdaemon
When entering ls /usr/local/byond/bin it also shows dreamdaemon

If I try to execute by doing "sudo DreamDaemon -version" it says "no such file or directory"

I really don't get it, anyone here setup a slice recently?
In response to Fint
Well went trough it step by step again, I think I made a tiny mistake ... *ashamed*

I tried to test it with "DreamDaemon -version"
Should it have been "DreamDaemon --version"?

Because it displays the version now, which meens it's working.
Also seems there were some problems getting the libs, which I double checked again to makes sure.

Thanks for the help, I think I'll make a quick guide for people later this week. Because when you are new to this slicehosting on a linux system it's hard to find the info needed.
In response to Fint
Fint wrote:
Thanks for the help, I think I'll make a quick guide for people later this week. Because when you are new to this slicehosting on a linux system it's hard to find the info needed.

You might want to contact Gakumerasara", in order to cooperate, since I know he was considering a similar project.