monit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [monit-dev] how to build monit in OpenIndiana


From: Martin Pala
Subject: Re: [monit-dev] how to build monit in OpenIndiana
Date: Thu, 25 Aug 2011 09:01:59 +0200

Hello,

if you have some specific problems during the compilation, please provide 
details.

OpenIndiana will be probably similar to Nevada/Solaris11 … you need, gmake, 
gccc and can compile it like this:

wget http://www.mmonit.com/monit/dist/monit-5.2.5.tar.gz
gtar -xzf monit-5.2.5.tar.gz
cd monit-5.2.5
CFLAGS='-m64' LDFLAGS='-m64' ./configure --with-ssl-lib-dir=/lib
gmake
gmake install


Regards,
Martin


reply via email to

[Prev in Thread] Current Thread [Next in Thread]