I tried to install Hamachi this morning. However, when running "make install", I got the error: "install: cannot run strip: No such file or directory" Where do I get the strip binary? It's not in any of the repositories I have on my system.

link|improve this question

feedback

4 Answers

up vote 2 down vote accepted

Should be part of the GNU binutils package.

link|improve this answer
feedback

Having a look at the rpm contents on rpm.pbone.net, strip is part of binutils as stated by TCampbell but you might need libc6 or libc6-dev installed also

pbone is a nice site for finding rpm's, it can be found here

hope that helps

link|improve this answer
feedback

A good way of finding out required dependencies is zypper. For instance

$ zypper what-provides /usr/bin/strip
Loading repository data...
Reading installed packages...
S | Name     | Type    | Version  | Arch | Repository       
--+----------+---------+----------+------+------------------
i | binutils | package | 2.19-9.3 | i586 | openSUSE-11.1-Oss

Admittedly you needed to know that it's /usr/bin/strip and not strip, but that can be guessed.

link|improve this answer
feedback

u can pull out u r old installation u r server then u can try from url https://secure.logmein.com/products/hamachi/list.asp

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.