Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Hamachi-init killed

  1. #11
    Join Date
    Nov 2008
    Beans
    Hidden!

    Arrow Re: Hamachi-init killed

    hi guys, sorry to bother up
    i try to install hamachi with a guide from

    hxxp://www.supware.net/HamachiUbuntuHowto/

    n the problem comes when i try to

    $hamachi-init

    the comment shows

    hamachi-init: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

    and when i install the upx-ucl and try to

    /usr/bin$ sudo upx -d hamachi
    it shows

    Ultimate Packer for eXecutables
    Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005, 2006,2007
    UPX 3.01 Markus Oberhumer, Laszlo Molnar & John Reiser Jul 31st 2007

    File size Ratio Format Name
    -------------------- ------ ----------- -----------
    upx: hamachi: NotPackedException: not packed by UPX

    Unpacked 0 files.

    any idea what's wrong with my step...
    sorry if my english is bad
    thx in advance

  2. #12
    Join Date
    Nov 2008
    Beans
    Hidden!

    Arrow Re: Hamachi-init killed

    hi guys, sorry to bother up
    i try to install hamachi with a guide from

    hxxp://www.supware.net/HamachiUbuntuHowto/

    n the problem comes when i try to

    $hamachi-init

    the comment shows

    hamachi-init: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

    and when i install the upx-ucl and try to

    /usr/bin$ sudo upx -d hamachi
    it shows

    Ultimate Packer for eXecutables
    Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005, 2006,2007
    UPX 3.01 Markus Oberhumer, Laszlo Molnar & John Reiser Jul 31st 2007

    File size Ratio Format Name
    -------------------- ------ ----------- -----------
    upx: hamachi: NotPackedException: not packed by UPX

    Unpacked 0 files.

    any idea what's wrong with my step...
    sorry if my english is bad
    thx in advance

  3. #13
    Join Date
    Aug 2009
    Beans
    3

    Smile Re: Hamachi-init killed

    I used the unpack as mentioned above and my issue was fixed. Thank you. I never had that problem in Jaunty but in Karmic i had to do the unpack even when it was an upgrade from Jaunty where hamachi was already functioning.

  4. #14
    Join Date
    Nov 2009
    Beans
    7

    Re: Hamachi-init killed

    Quote Originally Posted by 37452 View Post
    hi guys, sorry to bother up
    i try to install hamachi with a guide from

    hxxp://www.supware.net/HamachiUbuntuHowto/

    n the problem comes when i try to

    $hamachi-init

    the comment shows

    hamachi-init: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

    and when i install the upx-ucl and try to

    /usr/bin$ sudo upx -d hamachi
    it shows

    Ultimate Packer for eXecutables
    Copyright (C) 1996,1997,1998,1999,2000,2001,2002,2003,2004,2005, 2006,2007
    UPX 3.01 Markus Oberhumer, Laszlo Molnar & John Reiser Jul 31st 2007

    File size Ratio Format Name
    -------------------- ------ ----------- -----------
    upx: hamachi: NotPackedException: not packed by UPX

    Unpacked 0 files.
    having the same problem, any ideas as to how to fix it?

  5. #15
    Join Date
    Nov 2007
    Location
    The Blogipelago
    Beans
    31
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Hamachi-init killed

    hamachi-init: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
    Try installing libstdc++6:

    Code:
    sudo apt-get install libstdc++6
    Let me know if that works.

  6. #16
    Join Date
    Nov 2009
    Location
    Switzerland
    Beans
    23
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Hamachi-init killed

    Quote Originally Posted by HuoMaKe View Post
    Try installing libstdc++6:

    Code:
    sudo apt-get install libstdc++6
    Let me know if that works.
    It does not help. I also have the same problem. I had hamachi running on 9.04 and after update to 9.10 it fails with the following error:

    hamachi: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

    I am running x64 ...

  7. #17
    Join Date
    Nov 2009
    Location
    Switzerland
    Beans
    23
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Hamachi-init killed

    What is really strange, is that I have the version 6 of packet libstdc++6 installed:

    Code:
    sudo apt-cache policy libstdc++6
    libstdc++6:
      Installé : 4.4.1-4ubuntu8
      Candidat : 4.4.1-4ubuntu8
     Table de version :
     *** 4.4.1-4ubuntu8 0
            500 http://ch.archive.ubuntu.com karmic/main Packages
            100 /var/lib/dpkg/status

  8. #18
    Join Date
    Nov 2009
    Location
    Switzerland
    Beans
    23
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Hamachi-init killed

    And I have libstdc++.so.5 in the same directory as hamachi resides:

    Code:
    /usr/bin$ ls | grep libstdc
    libstdc++.so.5

  9. #19
    Join Date
    Nov 2009
    Location
    Switzerland
    Beans
    23
    Distro
    Kubuntu 11.04 Natty Narwhal

    Re: Hamachi-init killed

    Still trying to beat this issue. I created a link:

    Code:
    sudo ln -s /usr/lib32/libstdc++.so.6.0.13 /usr/bin/libstdc++.so.5
    To put sym link libstdc++.so.5 to a libstdc++.so.6.0.13 but it does not work. Here is what I get anymore:

    Code:
    /usr/bin/hamachi
    /usr/bin/hamachi: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

  10. #20
    Join Date
    Jan 2009
    Location
    Italy
    Beans
    10
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Hamachi-init killed

    Hi, I just want to let you know that the "upx job" worked for me. I used hamachi without any problem with 8.10, now I'm trying 9.10 and it showed me the "Killed" issue, but now it works fine.

    I use Ubuntu in i386 version, so maybe amd (or was it x64?) version is related to other people's problem?

Page 2 of 3 FirstFirst 123 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
  •