Comments for xmbmon
03 Dec 2003 16:18
This is such an awesome little program
I've been wrestling with kernel patches for lm_sensors for a couple of years now, and I guess I was just convinced that we needed kernel support for reading temperature, fan speeds and voltages from our motherboards.
How untrue! mbmon and xmbmon are a trivial ./configure ; make away, and they do *exactly* what I need, which is producing readings in a simple text-based format. It is definitely one of the more undersung bits of software available for Linux -- don't miss it!
Talks to your 8-bit Apple computer over serial, ethernet, or audio links.
An easy-to-install distribution of SugarCRM, MySQL, PHP, and Apache.
xmbmon205# ./configure --prefix=/usr --sysconfigdir=/etc --localstatedir=/var
configure: error: unrecognized option: --sysconfigdir=/etc
Try `./configure --help' for more information.
root@princess:~/Renatos_shit/xmbmon205# ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/lib64, headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking build system type... Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized
configure: error: /bin/sh AC-TOOLS/config.sub x86_64-unknown-linux-gnu failed