> > 1) > > Have something that popped up in steamclient.so > > $ ldd dedicated.so > linux-gate.so.1 => (0x00af5000) > libsteam_api.so => not found > libtier0.so => not found > libvstdlib.so => not found > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x00c46000) > libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x00211000) > libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x006eb000) > /lib/ld-linux.so.2 (0x00b48000) > libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x00725000) > > $ ldd steamclient.so > ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not > found (required by ./steamclient.so) > linux-gate.so.1 => (0x002f4000) > libtier0_s.so => not found > libvstdlib_s.so => not found > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x00110000) > libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x00136000) > libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0013a000) > libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x00230000) > /lib/ld-linux.so.2 (0x0074e000) > libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x00333000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00249000) > > 2) > > $ ls | grep libstdc++.so.6 > libstdc++.so.6 > ^ Apparently so > > 3) > > Ubuntu 10.04.3 LTS, 32 bit > > $ uname -a > Linux solas 2.6.38-10-generic #46~lucid1-Ubuntu SMP Wed Jul 6 18:40:11 UTC > 2011 i686 GNU/Linux > > Message: 5 > Date: Mon, 15 Aug 2011 22:38:15 +0000 > From: Fletcher Dunn <[email protected]> > To: Half-Life dedicated Linux server mailing list > <[email protected]> > Subject: [hlds_linux] Server not starting? > Message-ID: > < > 15cb9173c78d1b4a97b0715577295eb0b5a70...@exchange10.valvesoftware.com> > > Content-Type: text/plain; charset="us-ascii" > > The new steamworks SDK was compiler with a newer compiler, which requires a > newer version of the stand C lib than many distributions come with. We > included this lib in the update, but apparently that isn't working for > everybody. This new dependency was the cause of the delay last week. > > > Linux users, please reply with this info: > > > > 1.) From the bin folder, send me the output of the following command: > > > > ldd dedicated.so > > ldd steamclient.so > > > > 2.) Confirm that you have a libstdc++.so.6 in your folder? > > > > 3.) What distribution are you using? > > > > We believe that the SteamWorks integration is also the cause of the client > crashes, and are hoping to have that resolved within the hour. > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

