• 締切済み

玄箱PRO debianにてhamachiをインストールしようとしているのですが・・・

展開してmakeコマンドを使うと下記ログが出てエラーになりインストールができません。どなたかお教えください。よろしくお願いします。 KUROserver:/home/hamachi/hamachi-0.9.9.9-20-lnx# make install Copying hamachi into /usr/bin .. Creating hamachi-init symlink .. Compiling tuncfg .. Copying tuncfg into /sbin .. strip: Unable to recognise the format of the input file `/sbin/tuncfg' install: strip failed make: *** [install] エラー 1

みんなの回答

  • Wr5
  • ベストアンサー率53% (2173/4061)
回答No.1

# file /sbin/tuncfg /sbin/tuncfg: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.4.1, stripped ということで、展開されたパッケージ内にx86向けバイナリがあるので、makeがコンハイルしてくれなかっただけです。 ビルド済みのファイルを削除してからmakeを実行すればよいかと。 まぁ、もっとも別の実行ファイルもx86用のバイナリで、ソースファイルも無いみたいですから動かないと思いますが…。

akihiro222
質問者

お礼

そうでしたか・・・ 削除してからmakeしてみましたがやはりだめでした。 ありがとうございました。