Hello Linux Gurus,
I have two different issues with installation on my Debian machine. I host an SS13 server. I have about two months of Linux/Debian experience and maybe twenty minutes of Bash experience. I tried to get support in the Debian and Bash IRC channels but it didn't work out well.
I initially installed Byond as a single user, and received this as an error message.
DreamDaemon: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Afterwards I executed the byondsetup script. So I deleted the directory in /home/user/ and reinstalled as root. I got this error after installing as root.
root@myserver:/home/user# bash: /home/user/byond/bin/DreamDaemon: No such file or directory
I'm sort of at a loss as to what to do from here. Any help would be greatly appreciated.
ID:751758
Sep 1 2011, 7:02 pm
|
|
Thanks for this post; I just ran into the same problem. Not the most helpful error message, that.
|
On Debian you would do:
apt-get install lib32stdc++6