1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

= KAG server - errors "libstdc++"

Discussion in 'Server Help' started by Grifin, May 16, 2013.

  1. Grifin

    Grifin Catapult Fodder

    Messages:
    22
    == are 3 problems ==
    1.i have a server Centos 5 - linux
    2.when Run ./dedicatedserver.sh in /KAG, have 3 problems, i solved 1.
    = last problemas are 2, `GLIBCXX_3.4.11' and, `GLIBC_2.7' =
    ./KAGdedi: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./KAGdedi)
    ./KAGdedi: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./KAGdedi)
    - what compilator use kag2d?
    -what libraries use kag2d?
    -I need the exact name c + + compiler of kag and libraries to fix this.
    - NO STUPID SOLUTIONS, pleases.
     
  2. VanHuek

    VanHuek KAG Guard Tester

    Messages:
    751
    You need to upgrade centos, I believe, as I had the same error when on an old version of debian.
     
  3. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    Are you running an alpha server or a beta server?
     
  4. Grifin

    Grifin Catapult Fodder

    Messages:
    22
    1.me i centos, i all upgrade.
    2.for KAG-Classic, are 3 error, for KAG-Beta, only 2.
    = Running KAG-Beta/dedicatedserver.sh =
    -chmod 777 dedicatedsever.sh
    -./dedicatedserver.sh
    errors:
    ./KAGdedi: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./KAGdedi)
    ./KAGdedi: /lib/libc.so.6: version `GLIBC_2.7' not found (required by ./KAGdedi)
    nota: i know that is a error of DIR, but i dont know how fix, i trying much things, install GCC, install and linked the libs. droping /usr/lin/libstdc++.so.6, droping /lib/libc.so.6
     
  5. master4523

    master4523 Masterful KAG Guard Global Moderator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    378
    Long answer: KAG requires an earlier version of libstdc++, which isn't available on CentOS 5. Since this library is used by the core of CentOS, you would have to find the source of the latest version of libstdc++, compile it and make it so it won't cause any compatibility issues with the OS. Good luck on that.

    Short answer: Update to CentOS 6.

    More infos:
    http://stackoverflow.com/questions/14943623/how-to-update-usr-lib-libstdc-so-6-on-centos-5
     
    Grifin likes this.
  6. Grifin

    Grifin Catapult Fodder

    Messages:
    22
    == what operating system do you recommend, to avoid problems with kag (libstdc++)==
    -Centos 6 64bit
    -Ubuntu 12.04 64bit
    -Debian 6 64bit
    -Debian 6 32bit
    -Fedora 17 64bit, what is the best option? for kag server
     
  7. VanHuek

    VanHuek KAG Guard Tester

    Messages:
    751

    Why not Debian 7?
     
  8. Grifin

    Grifin Catapult Fodder

    Messages:
    22
    i only can, install this list of (OS) :QQ:, which is the better option for kag. limited OS :QQ:
     
  9. VanHuek

    VanHuek KAG Guard Tester

    Messages:
    751

    Then upgrade to Centos 6
     
  10. Grifin

    Grifin Catapult Fodder

    Messages:
    22
    = Resolved =
    - libraryc++ last version update
    - me server compile correct!!!!
    - i use now Centos 6 with all update to 2013 this mont
    date releases: Centos 6.0/2011 to now Centos 6.4/2013
    = KAG dedicatedserver.sh running 100% secure in last version linux 32bit and 64bit XD.
    = MASTER4523 = thx, for your solutions, this is the real problem the compiler of c++ old of centos 5.