ID:2576877
 
Trying to host a server through putty, and i get this error when trying to make install. can anyone help? i tried to apt update and reboot server but no success.

root@GoaXClassic:~/byond# make install
if [ ! -d /usr/local/byond ]; then mkdir /usr/local/byond; fi
cp -R cfg web 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!
**