Monthly Archive for September, 2009

Compiling monit in 64-bit on Mac OS X Leopard 10.5

download the source, untar, cd into expanded directory and
CFLAGS=’-m64′ LDFLAGS=’-m64′ ./configure && make && make install && cp monitrc /etc/monitrc