ID:1453119
 


Steps taken:
sudo apt-get update;sudo apt-get install unzip zip make
cd ~
wget http://www.byond.com/download/build/501/501.1217_byond_linux.zip
unzip *
cd byond
make here
source /home/ripperman5/byond/bin/byondsetup


To test:
DreamDaemon


OS: Ubuntu 12.04 Server LTS
Is it executable?

stat DreamDaemon
http://i.imgur.com/XAk7yih.png - I was thinking about that. Because that was the error I had with Cygwin. But there's my result.
echo $LD_LIBRARY_PATH
That'll be the problem, it cannot find libbyond.so and libext.so.

source the byondsetup file again. You need to add that into ~/.bash_profile for that user, so it'll be done on every login.
nano ~/.bash_profile and then add source /userdirectory/byond/bin/byondsetup?

.bash_profile is empty. However, .bashrc isn't.

Results after rebooting: http://i.imgur.com/s98OH7p.png
sudo apt-get install libgcc1:i386 lib32z1 lib32ncurses5 lib32bz2-1.0 libstdc++6:i386

That solved my problem. Thank you.