ID:1388382
 
Hi!
I'm trying to install DreamDaemon and DreamMaker on CentOS, however I end up like this:

root@selfserver ~/D/s/byond# DreamDaemon
zsh: command not found: DreamDaemon

I have followed the instructions on the sticky and I have no idea what I'm doing wrong. Could anyone help me with this issue?
It recognizes DreamDaemon since the name becomes green instead of red.
When you extracted the zip file did you do a make install?

It seems you are in the BYOND directory so I'm assuming you didn't?

If you don't have make you can install it using

yum install make -y

The -y just answers yes to all questions.
Yes...


root@selfserver ~/D/s/byond# make install
if [ ! -d /usr/local/byond ]; then mkdir /usr/local/byond; fi
cp -R cfg bin man /usr/local/byond
if [ "" = "yes" ]; then \
chown root /usr/local/byond/bin/DreamDaemon; \
chmod a+xs /usr/local/byond/bin/DreamDaemon; \
if [ "" = "yes" ]; then \
chown root host/host.dmb; \
chmod a+xs host/host.dmb; \
fi \
fi
ln -f -s /usr/local/byond/bin/DreamDaemon /usr/local/bin/DreamDaemon
ln -f -s /usr/local/byond/bin/DreamDownload /usr/local/bin/DreamDownload
ln -f -s /usr/local/byond/bin/DreamMaker /usr/local/bin/DreamMaker
ln -f -s /usr/local/byond/man/man6/DreamDaemon.6 /usr/share/man/man6/DreamDaemon.6
ln -f -s /usr/local/byond/man/man6/DreamMaker.6 /usr/share/man/man6/DreamMaker.6

*****************
You can find out more about the software by doing 'man DreamDaemon'.
A host server has also been included so edit host/hostconf.txt and
boot up your world server!
*****************

root@selfserver ~/D/s/byond# DreamDaemon
zsh: command not found: DreamDaemon
Fixed!

yum install glibc.i686 libstdc++.i686

Now I got "DreamDaemon: error while loading shared libraries: libbyond.so: cannot open shared object file: No such file or directory", but I'm sure it will be way more easy to fix.
I fixed everything, had to add the source to profile.