« Return to Thread: [monit-dev] how to build monit in OpenIndiana

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

by Martin Pala :: Rate this Message:

| View in Thread

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
_______________________________________________
monit-dev mailing list
monit-dev@...
https://lists.nongnu.org/mailman/listinfo/monit-dev

 « Return to Thread: [monit-dev] how to build monit in OpenIndiana