Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: GLIBCXX_3.4.11 not found, add-apt-repository not working

  1. #1
    Join Date
    Aug 2012
    Beans
    7

    GLIBCXX_3.4.11 not found, add-apt-repository not working

    Im trying to run a server (the latest release of the arma2-server) on my 8.04 Ubuntu server . If I try to run it the following error comes up:

    Code:
    ./server: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by ./server)
    ./server: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./server)
    however, I've read a post somewhere that you can fix that with the following command:

    Code:
    sudo add-apt-repository ppa:ubuntu-toolchain-r/test 
    sudo apt-get update
     sudo apt-get install gcc-4.7
    But I cant get the command "add-apt-repository" to work. I know that I need "python-software-properties", but I already got these and the command is still not working. I've run out of ideas and all the searches I did never brought up a good result. So I hope someone is these forums is able to help me.

  2. #2
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: GLIBCXX_3.4.11 not found, add-apt-repository not working

    Quote Originally Posted by 1stuffy1 View Post
    on my 8.04 Ubuntu server
    Likely this is the problem- it's a rather outdated version- no security updates and likely no packages for it in newer PPA's.
    You may want to upgrade to 12.04.

  3. #3
    Join Date
    Aug 2012
    Beans
    7

    Re: GLIBCXX_3.4.11 not found, add-apt-repository not working

    Thanks for the reply!

    Update you say. I'm renting the server from a hosting company. Should I execute the update myself, or contact my hoster to do it? Also, how do I perform an upgrade? Do I have to reinstall everything afterwards or will my files/configurations be kept?

  4. #4
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: GLIBCXX_3.4.11 not found, add-apt-repository not working

    I should clarify- 8.04 server LTS is still supported till April of 2013- the desktop support reached EOL last year.
    What is the output of the add-apt-repository command?

  5. #5
    Join Date
    Aug 2012
    Beans
    7

    Re: GLIBCXX_3.4.11 not found, add-apt-repository not working

    add-apt-repository gives me:

    Code:
    bash: add-apt-repository: command not found

  6. #6
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: GLIBCXX_3.4.11 not found, add-apt-repository not working

    Quote Originally Posted by 1stuffy1 View Post
    add-apt-repository gives me:

    Code:
    bash: add-apt-repository: command not found
    What's the output of

    Code:
    sudo apt-get install python-software-properties
    ? (I know you said it's installed already; I'd just like to check). You can reinstall it with

    Code:
    sudo apt-get install python-software-properties --reinstall

  7. #7
    Join Date
    Aug 2012
    Beans
    7

    Re: GLIBCXX_3.4.11 not found, add-apt-repository not working

    Yeah, I already installed it. But I'll post the output for you:

    Code:
    sudo apt-get install python-software-properties
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    python-software-properties is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

  8. #8
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: GLIBCXX_3.4.11 not found, add-apt-repository not working

    Quote Originally Posted by 1stuffy1 View Post
    Yeah, I already installed it. But I'll post the output for you:

    Code:
    sudo apt-get install python-software-properties
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    python-software-properties is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    This may sound like a Windows fix, but have you logged out/back in since you installed python-software-properties, or rebooted? Believe it or not I've had problems similar to that with Linux myself.

  9. #9
    Join Date
    Aug 2012
    Beans
    7

    Re: GLIBCXX_3.4.11 not found, add-apt-repository not working

    Rebooted it, but still isn't working. Also tried to reinstall it with the command you posted, but it just doesn't want to work.

  10. #10
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: GLIBCXX_3.4.11 not found, add-apt-repository not working

    You can see if all it needs is to be upgraded:

    Code:
    sudo apt-get upgrade
    But beyond that I'm out of ideas- no idea why add-apt-repository isn't working...

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •