ID:278338
 
I recently got a VPS to host my games on since im tired of bogging down my local internet. It runs Fedora-12, and i downloaded BYOND linux already. Its all installed, but when i use the DreamDaemon command line, it yells at me (as most of the stuff i try on linux tends to do.)

The error is:

DreamDaemon: error while loading shared libraries: libstdc++.so.6: cannot open shared obj
ect file: No such file or directory

I know its probably simple, but after a long day of working HelpDesk, i would love for someone to help me out just a small bit to save my head from exploding. I solve my fair share of problems in a day, lol.

Thanks in advance!
yum install libstdc++ libstdc++-compat

I think. If it complains about not finding the compat one, just libstdc++ will do.
In response to Stephen001
Stephen001 wrote:
yum install libstdc++ libstdc++-compat

I think. If it complains about not finding the compat one, just libstdc++ will do.

I tried pretty much that same thing. Only instead, i just used

yum install *libstdc*

so it got everything related to it (i thought it was safest bet for me. lol)

I really am starting to remember why i hated linux to begin with....

..... It makes me hungry with all the yum commands i do xD
In response to The_Zergling
Well, if you choose a Debian based distro then you can be yum free.
In response to The_Zergling
The_Zergling wrote:
..... It makes me hungry with all the yum commands i do xD

su -c 'yum nom spanish-hamburger'
In response to Danial.Beta
Yeah, but then you're on a debian based distro.