Install compiled linux program on multiple computers

Posted by jtnire on Server Fault See other posts from Server Fault or by jtnire
Published on 2012-06-29T03:07:57Z Indexed on 2012/06/29 3:17 UTC
Read the original article Hit count: 423

Filed under:
|
|

I'm sorry if this sounds like a silly question, but when I compile something on linux using the usual "./configure, make, make install" steps, how can I install the programs on other servers without having to recompile?

I am trying to avoid having to install the build tools on production servers, however I need the latest version of a particular piece of software, so using RPMs isn't an option in this case.

Any help is appreciated.

Thanks

© Server Fault or respective owner

Related posts about make

    Related posts about configure