Jump to content

ARMA 3 XML Config File - Download


rox-heberg

Recommended Posts

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... :smile:

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 :)

Alex

arma3-linux - Linux.xml

Edited by rox-heberg
Link to comment
Share on other sites

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

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

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

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

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

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

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

  • 2 weeks later...
  • 3 weeks later...
  • 7 months later...
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use