Installation instructions invalid

Issue #722 resolved
Adam Coulter created an issue

https://mmonit.com/wiki/Monit/Installation

Trying to install monit on rhel with these instructions, there is no ./configure after unpacking the monit package (monit-5.25.1-linux-x64.tar.gz).

 $ tar zxvf monit-x.y.z.tar.gz (were x.y.z denotes version numbers)
 $ cd monit-x.y.z
 $ ./configure (use ./configure --help to view available options)
 $ make && make install

Comments (2)

  1. Tildeslash repo owner

    Thanks for report, the instructions were confusing as it was for building monit from source code, whereas there are also pre-build binaries available (which is the one you used).

  2. Log in to comment