Hi,
I just rent an OVH dedicated server running under Fedora 17-64bits. I'm currently trying to launch a CS:S server. All the installation with steamcmd has been okay, but when I try to launch my server, I get this error :
Here is my lauching shell script :
Here is what I did to try to fix the problem :
-> I already had the last version of the two packets
-> It installed a lot of packets, but did not fix the error.
Can someone help me please ?
Thanks
I just rent an OVH dedicated server running under Fedora 17-64bits. I'm currently trying to launch a CS:S server. All the installation with steamcmd has been okay, but when I try to launch my server, I get this error :
Code:
./srcds_linux: ./bin/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bin/libtier0.so)
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Wed May 8 21:14:51 CEST 2013: Server restart in 10 seconds
./srcds_linux: ./bin/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bin/libtier0.so)
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Wed May 8 21:15:01 CEST 2013: Server restart in 10 seconds
./srcds_linux: ./bin/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bin/libtier0.so)
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Wed May 8 21:15:11 CEST 2013: Server restart in 10 seconds
./srcds_linux: ./bin/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./bin/libtier0.so)
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Wed May 8 21:15:21 CEST 2013: Server restart in 10 seconds
Code:
#!/bin/sh
su teol -c "cd /home/teol/steam/games; screen -dmS serv1 ./srcds_run -debug -game cstrike +maxplayers 16 +map de_nuke -ip 5.135.190.71 -port 27015 +tv_enable 1 +tv_port 27020"
Code:
yum clean all
Code:
yum install glibc.i686 libstdc++.i686
Code:
yum groupinstall "Development Tools" "Development Librarys"
Can someone help me please ?
Thanks