I can not seem to get this installed.
Code:
steam@server1 [~/ss3_1/Bin]# strings /usr/lib/libstdc++.so.6 | grep GLIBCXX
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH
This is a 64-bit install of CentOS 6.5. I am pretty sure I am running a 32bit binary (game server) that is requiring this file, but I can not for the life of me figure out how to get it installed. I have done so many yum install [different package here] to no avail.
I am at a loss on what to do.
This is the program I am trying to start/run.
Code:
steam@server1 [~/ss3_1/Bin]# ./runSam3_DedicatedServer.sh
ldd: ./Sam3: No such file or directory
ldd: ./Sam3: No such file or directory
cat: /etc/debian_version: No such file or directory
LOG: Loaded "/home/steam/ss3_1/Bin/GameEnv_Steam.so".
INF: GameEnv API: Steam
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
steamclient.sowith error:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /home/steam/ss3_1/Bin/steamclient.so)
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.dll.
This is some more information that might be helpful:
Code:
steam@server1 [~/ss3_1/Bin]# 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 => (0x0044d000)
libtier0_s.so => not found
libvstdlib_s.so => not found
librt.so.1 => /lib/librt.so.1 (0x001fa000)
libm.so.6 => /lib/libm.so.6 (0x00203000)
libdl.so.2 => /lib/libdl.so.2 (0x0022d000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x004ce000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00232000)
/lib/ld-linux.so.2 (0x00708000)
libc.so.6 => /lib/libc.so.6 (0x0024d000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x003e4000)