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

Thread: Sh problems

  1. #11
    NoaHall is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2009
    Beans
    1,562
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Sh problems

    Quote Originally Posted by bluestar14 View Post
    The version isn't there
    What is the output? I'm not on Ubuntu right now, so I can't check

    Try
    Code:
    sudo apt-get update && sudo apt-get dist-upgrade
    Maybe something needed updating.

  2. #12
    Join Date
    Nov 2009
    Location
    nj, usa
    Beans
    101
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Sh problems

    well, here is the output:
    Code:
    lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
    lib64stdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
    libgmp3-dev - Multiprecision arithmetic library developers tools
    libstdc++6 - The GNU Standard C++ Library v3
    libstdc++6-4.4-dbg - The GNU Standard C++ Library v3 (debugging files)
    libstdc++6-4.4-dev - The GNU Standard C++ Library v3 (development files)
    libstdc++6-4.4-doc - The GNU Standard C++ Library v3 (documentation files)
    libstdc++6-4.4-pic - The GNU Standard C++ Library v3 (shared library subset kit)
    lib64stdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
    lib64stdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
    lib64stdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
    libstdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
    libstdc++6-4.1-dev - The GNU Standard C++ Library v3 (development files)
    libstdc++6-4.1-doc - The GNU Standard C++ Library v3 (documentation files)
    libstdc++6-4.1-pic - The GNU Standard C++ Library v3 (shared library subset kit)
    libstdc++6-4.2-dbg - The GNU Standard C++ Library v3 (debugging files)
    libstdc++6-4.2-dev - The GNU Standard C++ Library v3 (development files)
    libstdc++6-4.2-doc - The GNU Standard C++ Library v3 (documentation files)
    libstdc++6-4.2-pic - The GNU Standard C++ Library v3 (shared library subset kit)
    libstdc++6-4.3-dbg - The GNU Standard C++ Library v3 (debugging files)
    libstdc++6-4.3-dev - The GNU Standard C++ Library v3 (development files)
    libstdc++6-4.3-doc - The GNU Standard C++ Library v3 (documentation files)
    libstdc++6-4.3-pic - The GNU Standard C++ Library v3 (shared library subset kit)
    thanks!

  3. #13
    Join Date
    Nov 2009
    Location
    nj, usa
    Beans
    101
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Sh problems

    i tired the update, but nothing was installed/upgraded
    thanks!

  4. #14
    NoaHall is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2009
    Beans
    1,562
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Sh problems

    Okay, try this -
    Code:
    ls -a /usr/lib | grep libstdc++.so
    Post the output, and I'll tell you the next command, based on the output.

  5. #15
    Join Date
    Nov 2009
    Location
    nj, usa
    Beans
    101
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question Re: Sh problems

    here is the output for that:
    Code:
    avin@STUDYROOML:~$ ls -a /usr/lib | grep libstdc++.so
    libstdc++.so.6
    libstdc++.so.6.0.13
    thanks!

  6. #16
    NoaHall is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2009
    Beans
    1,562
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Sh problems

    Quote Originally Posted by bluestar14 View Post
    here is the output for that:
    Code:
    avin@STUDYROOML:~$ ls -a /usr/lib | grep libstdc++.so
    libstdc++.so.6
    libstdc++.so.6.0.13
    Now try
    Code:
    ln -s /usr/lib/libstdc++.so.6.0.13 /usr/lib/libstdc++.so.5
    and then try to run the file you're trying to install.

  7. #17
    Join Date
    Nov 2009
    Location
    nj, usa
    Beans
    101
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Sh problems

    success!!!
    thanks!

  8. #18
    NoaHall is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2009
    Beans
    1,562
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Sh problems

    Great! Mark this thread as solved, and let me know if you've got any more problems.

  9. #19
    Join Date
    Feb 2009
    Location
    London, UK
    Beans
    16
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Sh problems

    Not JDK, but Enterprise Edition (EE).......

  10. #20
    Join Date
    Jun 2007
    Location
    Chicago
    Beans
    25
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Sh problems

    Quote Originally Posted by NoaHall View Post
    Now try
    Code:
    ln -s /usr/lib/libstdc++.so.6.0.13 /usr/lib/libstdc++.so.5
    and then try to run the file you're trying to install.
    THANK YOU YOU HACKER YOU! Worked like a charm...

Page 2 of 2 FirstFirst 12

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
  •