rox-heberg Posted July 13, 2014 Share Posted July 13, 2014 (edited) Bonjour a tous Je met a disposition mon fichier de configuration Arma 3 que j'ai reussi a configurer apres plusieurs heures de prise de tete... Vous avez juste a changer l'utilisateur et le mot de passe pour l'update steam (ne fonctionne pas en anonymous) Hello, I give you my Arma 3 config file, just change the user and password for steam account (Don't work on anonymous) Bonne soiree ! / Cordialy Alexarma3-linux - Linux.xml Edited July 13, 2014 by rox-heberg Link to comment Share on other sites More sharing options...
nmo0ory Posted July 14, 2014 Share Posted July 14, 2014 i have problem [root@CentOS-65-64-minimal 1345]# ./arma3server ./arma3server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./arma3server) ./arma3server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/tcagame/Anmar123z456mashat789/1345/libsteam_api.so) [root@CentOS-65-64-minimal 1345]# ./Shared/keep-alive.sh: line 31: 524 Killed $* < /dev/null > /dev/null 2> ${TCAEXE}.log Link to comment Share on other sites More sharing options...
Raizio Posted July 14, 2014 Share Posted July 14, 2014 That seems more like a systemfiles/dependency error related to your Linux installation. Best be off to google, my friend. Link to comment Share on other sites More sharing options...
Dennis Posted July 14, 2014 Share Posted July 14, 2014 i have problem [root@CentOS-65-64-minimal 1345]# ./arma3server ./arma3server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./arma3server) ./arma3server: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/tcagame/Anmar123z456mashat789/1345/libsteam_api.so) [root@CentOS-65-64-minimal 1345]# ./Shared/keep-alive.sh: line 31: 524 Killed $* < /dev/null > /dev/null 2> ${TCAEXE}.log Try this: apt-get install lib32gcc1 Link to comment Share on other sites More sharing options...
Raizio Posted July 14, 2014 Share Posted July 14, 2014 It ain't Ubuntu, vuze my friend. But this might yum install lib32gcc1 TOGETHER WE CAN DO THIS. Link to comment Share on other sites More sharing options...
Dennis Posted July 14, 2014 Share Posted July 14, 2014 Ahhh, I see. My bad. I'm used to Debian. Link to comment Share on other sites More sharing options...
nmo0ory Posted July 14, 2014 Share Posted July 14, 2014 i tryed it [root@CentOS-65-64-minimal ~]# yum install lib32gcc1 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.23media.de * epel: mirror.fraunhofer.de * extras: mirror.23media.de * updates: mirror.23media.de base | 3.7 kB 00:00 epel | 3.7 kB 00:00 extras | 3.4 kB 00:00 updates | 3.4 kB 00:00 Setting up Install Process No package lib32gcc1 available. Error: Nothing to do i use CentOS 64bit Link to comment Share on other sites More sharing options...
nmo0ory Posted July 14, 2014 Share Posted July 14, 2014 i tryed it [root@CentOS-65-64-minimal ~]# yum install lib32gcc1 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.23media.de * epel: mirror.fraunhofer.de * extras: mirror.23media.de * updates: mirror.23media.de base | 3.7 kB 00:00 epel | 3.7 kB 00:00 extras | 3.4 kB 00:00 updates | 3.4 kB 00:00 Setting up Install Process No package lib32gcc1 available. Error: Nothing to do i use CentOS 64bit Link to comment Share on other sites More sharing options...
Raizio Posted July 14, 2014 Share Posted July 14, 2014 Ok mate, this is the last time I will help you. I literally typed yum install lib32gcc1 in google. First result gave what you need. I am not going to give you the answer. If you're going to host, you need to learn to rely on your own skills. Google is truly one that you need. Time to walk on your legs mate, no more hand holding from me. Link to comment Share on other sites More sharing options...
nmo0ory Posted July 14, 2014 Share Posted July 14, 2014 Ok mate, this is the last time I will help you. I literally typed yum install lib32gcc1 in google. First result gave what you need. I am not going to give you the answer. If you're going to host, you need to learn to rely on your own skills. Google is truly one that you need. Time to walk on your legs mate, no more hand holding from me. i tryed befor to fine any thing in goole but i coun't becuase this i write here ! i looked here too http://wiki.teamfortress.com/wiki/Linux_dedicated_server i tryed # yum install libgcc.i686 glibc.i686 but its say Package libgcc-4.4.7-4.el6.i686 already installed and latest version Package glibc-2.12-1.132.el6_5.2.i686 already installed and latest version so in this cass i can't do any thing and i don't know how can i finde it on google i was useing Windose for all gameserver and linux just for minecraft but now i want to do it all in linux and now i start to learnn how i do every thing on it Link to comment Share on other sites More sharing options...
peubraw Posted July 14, 2014 Share Posted July 14, 2014 (edited) Salut, Im using debian 7.0 and Im having this error: screenshot: http://c2n.me/iwg78P Edited July 14, 2014 by peubraw Link to comment Share on other sites More sharing options...
nmo0ory Posted July 14, 2014 Share Posted July 14, 2014 yum -y install glibc-devel.i686 glibc-devel download gcc4.6.2 from : http://ftp.gnu.org/gnu/gcc/gcc-4.6.2/gcc-4.6.2.tar.gz Go to Terminal as root tar xzf gcc-4.6.2.tar.gz cd gcc-4.6.2 ./contrib/download_prerequisites cd .. mkdir objdir cd objdir $PWD/../gcc-4.6.2/configure ***8211;prefix=/opt/gcc-4.6.2 make make install mv /usr/lib64/libstdc++.so.6 /usr/lib64/libstdc++.so.6.backup cp /opt/gcc-4.6.2/lib64/libstdc++.so.6 /usr/lib64 cp /opt/gcc-4.6.2/lib64/libstdc++.so.6.0.16 /usr/lib64 i did that but still nothing i get some error ! Link to comment Share on other sites More sharing options...
ServAttitude Posted July 15, 2014 Share Posted July 15, 2014 It is disponible in Win server ? Link to comment Share on other sites More sharing options...
Msiconolfi Posted July 23, 2014 Share Posted July 23, 2014 i did that but still nothing i get some error ! Copy libstdc++.so.6 from /home/tcadmin/Monitor/tools/SteamCmd/linux32 to the game server's bin folder. Make sure tcagame owns the file. Link to comment Share on other sites More sharing options...
dagg929 Posted August 11, 2014 Share Posted August 11, 2014 Anyone got this for Windows? Link to comment Share on other sites More sharing options...
jeromehaynes Posted March 22, 2015 Share Posted March 22, 2015 Copy libstdc++.so.6 from /home/tcadmin/Monitor/tools/SteamCmd/linux32 to the game server's bin folder. Make sure tcagame owns the file. Excellent answer, this should work and I'll test this myself. Another method would be to compile the latest version of the libraries into another folder (so a second installation) and then to link whatever needs them to use the updated instllation instead. I do not reccomend touching the already installed ones that come with CentOS as various things rely on them and you risk breaking your OS. Compiling a seperate instllation of gcc is the way to go. Kind Regards, Jerome Haynes Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now