If you are running 64bit Centos, you will want to install the i386/i686 version of the libs. srcds_linux is a 32bit application
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of f7 f0rkz Sent: Wednesday, October 28, 2009 9:36 AM To: Half-Life dedicated Linux server mailing list Subject: Re: [hlds_linux] Linux is not able to start The error says exactly what is wrong. ./srcds_linux: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory You need to install a newer version of libstdc++ What distro is this? If its debian try this: apt-get update apt-get install libstdc++6 libstdc++6-dev If its centos... welp, im sure there is something to do with yum... That should get you rolling. On Wed, Oct 28, 2009 at 12:22 PM, Tony Paloma <[email protected]>wrote: > Why would you try that. It's incorrect. There is no game folder named > left4dead2_demo so this won't work. > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Peter > Lindblom > Sent: Wednesday, October 28, 2009 8:07 AM > To: Half-Life dedicated Linux server mailing list > Subject: Re: [hlds_linux] Linux is not able to start > > try with left4dead2_demo in the startline instead :D > > Peter > > ----- Original Message ----- > From: "Christoffer Pedersen" <[email protected]> > To: <[email protected]> > Sent: Wednesday, October 28, 2009 3:42 PM > Subject: [hlds_linux] Linux is not able to start > > > > Im running it on both linux and windows. Windows seems to work, but i > cant > > get linux starting by using this command: ./srcds_run -console -game > > left4dead2 +map c1m5_waterfront +ip 172.18.188.5 -port 41000 > > > > Im getting this error message: ./srcds_linux: error while loading shared > > libraries: libstdc++.so.6: cannot open shared object file: No such file > or > > directory > > > > Full output: > > > > Auto detecting CPU > > Using AMD Optimised binary. > > Server will auto-restart if there is a crash. > > ./srcds_linux: error while loading shared libraries: libstdc++.so.6: > > cannot > > open shared object file: No such file or directory > > Add "-debug" to the ./srcds_run command line to generate a debug.log to > > help > > with solving this problem > > Wed Oct 28 14:28:38 CET 2009: Server restart in 10 seconds > > > > I have already tried to do the debug output, but I does not show any > > information. I have also checked that the libstdc++.so.6 file are > > existing. > > It is located in my /usr/lib/ folder. The linux distro is ubuntu server > > 8.04LTS > > > > > > Im open for all help > > > > > > > > Best regards > > > > > > > > Christoffer Pedersen > > > > Serveroperator > > > > ScanServers.eu > > > > <mailto:[email protected]> [email protected] > > > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > > > > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds_linux > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

