Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: libstdc++.so.5 installed but not found

  1. #11
    Join Date
    Nov 2009
    Beans
    1

    Lightbulb Re: libstdc++.so.5 installed but not found

    Quote Originally Posted by rrfx View Post
    Copernicus1234 I wouldn't be comfortable installing 32-bit libs on an amd64 install, and also where possible choose the Ubuntu ones rather than debian's versions - see the better link to Ubuntu's package above.

    Note that deb packages can be extracted by by typing this command in a shell:
    Code:
    dpkg-deb --extract <deb> <directory>

    Also if you prefer not to copy the so into the system library folder, you can set
    Code:
    LD_LIBRARY_PATH
    to point where the 32 bit libs are located (e.g. somewhere in your home directory.

    My ubuntu eclipse start bash script:
    Code:
    #!/bin/bash
    
    # http://code.google.com/p/google-web-toolkit/issues/detail?id=135#c30
    export LIBXCB_ALLOW_SLOPPY_LOCK=true
    
    # 32 bit libraries used for GWT
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/bin/lib32
    
    # fix bug with mouse clicks not being registered in eclipse
    export GDK_NATIVE_WINDOWS=true
    
    export PATH=${JAVA_HOME}/bin/:$PATH
    $HOME/bin/eclipse-3.5-ubuntu/eclipse $@;

  2. #12
    Join Date
    Oct 2009
    Location
    Jonesboro, AR
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Post Re: libstdc++.so.5 installed but not found

    Apparently, there are different ways to resolve this issue regarding the removal of libstdc++5 in Ubuntu 9.10.

    I would like just to make the same contribution here. I've just posted a blog about this and it can be reached through this link:

    http://hsmak.wordpress.com/2009/12/0...n-ubuntu-9-10/

    Thx everbody!

  3. #13
    Join Date
    Jul 2008
    Location
    Woodstock Cape Town RSA
    Beans
    1,030
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: libstdc++.so.5 installed but not found

    This thread might have helped me but I tried to fix it myself and now am in trouble

    http://ubuntuforums.org/showthread.php?t=1425470

  4. #14
    Join Date
    Oct 2009
    Location
    Jonesboro, AR
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Cool Re: libstdc++.so.5 installed but not found

    Quote Originally Posted by afrodeity View Post
    This thread might have helped me but I tried to fix it myself and now am in trouble

    http://ubuntuforums.org/showthread.php?t=1425470
    You already had my reply!

    Good luck!

  5. #15
    Join Date
    Sep 2008
    Beans
    3

    Re: libstdc++.so.5 installed but not found

    Thanks all! I was getting

    libstdc++.so.5: cannot open shared object file: No such file or directory

    when trying to install Xilinx 9.2i under Karmic. This fixed my problem pronto (after 2 hours of searching!). Thanks.

  6. #16
    Join Date
    Mar 2011
    Beans
    2

    Re: libstdc++.so.5 installed but not found

    Quote Originally Posted by KiLaHuRtZ View Post
    This may help, http://www.digitalenigma.net/directo...gid=2009111000. It's a little tutorial I posted on my website.
    Thank you, your instructions helped me get my Epson Aculaser CX11NF to work, it also needed the 32 bit libstdc++5.

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •