Jump to content
Sign in to follow this  
Butterzeugs

`GLIBCXX_3.4.15' not found

Recommended Posts

I try to run Arma2OA on my 64 Bit Linux Debian Server.

But it is not working. In the log file is this...

WATCHDOG (20073): [Do 14. Mär 16:36:25 CET 2013] Starting server (port 2314)...
/opt/arma2/server: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /opt/arma2/server)
WATCHDOG (20073): [Do 14. Mär 16:36:25 CET 2013] Server died, waiting to restart...

strings /usr/lib/libstdc++.so.6 | grep GLIBC
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
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.3.2
GLIBCXX_FORCE_NEW
GLIBCXX_DEBUG_MESSAGE_LENGTH

gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.5 (Debian 4.4.5-8)

i dont get it. why there is no GLIBCXX_3.4.15 and what do i have to install to get it there ?

Share this post


Link to post
Share on other sites

LOL

Sorry, just paste GLIBCXX_3.4.15 in the search field top of this page. Then you'll get everything written about this one on the forum. :803:

Share this post


Link to post
Share on other sites

yes i did that before. but i didnt find a tip to fix my problems.

someone here can help me ?

Share this post


Link to post
Share on other sites

Hey guys,

in first, sorry for my bad english, I'm a german guy.

I've the same problems with my Debian Linux 6.0 64bit squeeze Root Server.

strings /usr/lib/libstdc++.so.6 | grep GLIBC

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

GLIBC_2.2.5

GLIBC_2.3

GLIBC_2.3.2

GLIBCXX_FORCE_NEW

GLIBCXX_DEBUG_MESSAGE_LENGTH

I google that yesterday few hours, install al lot of paktes and moduls for Linux but i can't find the GLIBCXX_3.4.15 for my Debian Linux 6.0 64bit Squeeze.

In this forum i can't find a answer of the problem.

This packtes are installed:

g++ The GNU C++ compiler Läuft aktuelle Version 4.4.5-1 Debian

g++-4.4 The GNU C++ compiler Läuft aktuelle Version 4.4.5-8 Debian

g++-4.4-multilib The GNU C++ compiler (multilib files) Läuft aktuelle Version 4.4.5-8 Debian

g++-multilib

---

gcc The GNU C compiler Läuft aktuelle Version 4.4.5-1 Debian

gcc-4.4 The GNU C compiler Läuft aktuelle Version 4.4.5-8 Debian

gcc-4.4-base The GNU Compiler Collection (base package) Läuft aktuelle Version 4.4.5-8 Debian

gcc-4.4-multilib The GNU C compiler (multilib files) Läuft aktuelle Version 4.4.5-8 Debian

gcc-4.6-base GCC, the GNU Compiler Collection (base package) Läuft aktuelle Version 4.6.3-15

gcc-4.7-base GCC, the GNU Compiler Collection (base package) Kein Update existiert für Version 4.7.2-5

gcc-multilib The GNU C compiler (multilib files) Läuft aktuelle Version 4.4.5-1 Debian

lib32gcc1 GCC support library (32 bit Version) Läuft aktuelle Version 4.4.5-8 Debian

lib32gomp1 GCC OpenMP (GOMP) support library (32bit) Läuft aktuelle Version 4.4.5-8 Debian

libgcc1 GCC support library Läuft aktuelle Version 4.4.5-8 Debian

libgcc1-dbg GCC support library (debug symbols) Läuft aktuelle Version 4.4.5-8 Debian

libgomp1 GCC OpenMP (GOMP) support library Läuft aktuelle Version 4.4.5-8 Debian

----

libstdc++6 The GNU Standard C++ Library v3 Läuft aktuelle Version 4.4.5-8 Debian

libstdc++6-4.4-dbg The GNU Standard C++ Library v3 (debugging files) Läuft aktuelle Version 4.4.5-8 Debian

libstdc++6-4.4-dev The GNU Standard C++ Library v3 (development files) Läuft aktuelle Version 4.4.5-8 Debian

Share this post


Link to post
Share on other sites

i have now the solution for the `GLIBCXX_3.4.15 problem.

anyone who has the same problems send a PN to me.

Share this post


Link to post
Share on other sites

Download the latest gcc (the compiler)

./configure

make

AND THEN DO NOT 'MAKE INSTALL'

locate libstdc++.so.6 in the gcc source folders that you just compiled, make a backup of /usr/lib32/libstdc++.so.6 and replace this file with the newly compiled one.

I had to do this on CentOS too.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×