Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27

Thread: libstdc++.so.5: cannot open shared object file

  1. #21
    Join Date
    Dec 2005
    Location
    Sydney
    Beans
    10
    Distro
    Ubuntu 9.10 Karmic Koala

    Talking Re: libstdc++.so.5: cannot open shared object file

    Quote Originally Posted by Artificial Intelligence View Post
    If it's on your Desktop, you need first to do:
    Code:
    cd ~/Desktop
    hehehe I was on Desktop, otherwise the other command would have failed as well. It s fixed now [found a solution somewhere].

    Cheers

  2. #22
    Join Date
    Mar 2007
    Beans
    50

    Talking Re: libstdc++.so.5: cannot open shared object file

    THANK YOU AI.
    You saved me SO much pain.

    Worked for me in:
    Ubuntu 9.10 (karmic)
    Linux 2.6.31-22-generic x86_64 GNU/Linux

    Repress the Repressor

  3. #23
    Join Date
    May 2009
    Beans
    11

    Re: libstdc++.so.5: cannot open shared object file

    I am Ununtu Lucid 64 bit and have same problem and I resolved it
    Basically you need to link 32 bit version of libstdc++.so.5
    Here is the detailed procedure to do that as a part of Ifort installtion
    http://software.intel.com/en-us/arti...x-with-ubuntu/

  4. #24
    Join Date
    Dec 2008
    Beans
    1

    Re: libstdc++.so.5: cannot open shared object file

    Quote Originally Posted by DenisGLX View Post

    /etc/apt/sources.list

    adding:
    deb http://cz.archive.ubuntu.com/ubuntu hardy main universe
    I did it the same way... adding the line, then
    Code:
    sudo apt-get install libstdc++5
    and disabling the line in sources.list afterwards.
    Thanks, too
    Last edited by habschi; October 27th, 2010 at 06:19 PM. Reason: added details

  5. #25
    Join Date
    Feb 2011
    Beans
    2

    Talking Re: libstdc++.so.5: cannot open shared object file

    Thanks a lot. Thank you very much. Although I wasn't gaming but your help solved my problem that I was getting during the installations of J2EE SDK and while executing a friend's C++ executable file. Artificial Intelligence, you're a .

  6. #26
    Join Date
    Aug 2007
    Beans
    8

    Re: libstdc++.so.5: cannot open shared object file

    Quote Originally Posted by habschi View Post
    I did it the same way... adding the line, then
    Code:
    sudo apt-get install libstdc++5
    and disabling the line in sources.list afterwards.
    Thanks, too
    Thanks a lot! This saved me some time.

    I was trying to install Xilinx WebPACK 9.2i on Ubuntu 10.04.
    This package is so old that I needed libstdc++5 to install. Ubuntu 10.04 only has libstdc++6 installed by default but that was not enough.

    Any way, thanks !

    EDIT:

    Also if
    Code:
    sudo apt-get install libstdc++5
    does not work, remember to do
    Code:
    sudo apt-get update
    Last edited by flang3r; February 12th, 2011 at 06:31 PM.

  7. #27
    Join Date
    Feb 2013
    Beans
    1

    Re: libstdc++.so.5: cannot open shared object file

    this works on 12.04:

    sudo apt-get -f install libstdc++5 libaio1 libsdl-mixer1.2 libsdl-net1.2 libsdl-ttf2.0-0 xaw3dg libmikmod2 oss-compat

Page 3 of 3 FirstFirst 123

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
  •