Announcement

Collapse
No announcement yet.

Can't Install.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't Install.

    Everytime I try to run an executable file, or .bin file, nothing happens, despite my changing the permissions to executable.

    When I try to run it from the console, I get this message:
    error while loading shared libraries: libstdc ++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

    any ideas?

    #2
    Re: Can't Install.

    You have to install those shared libraries. Simply:
    Code:
    apt-get intstalllibstdc ++-libc6.2-2.so.3
    <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

    Comment


      #3
      Re: Can't Install.

      many thanks!

      Comment

      Working...
      X