A colleague of mine found the problem.
He says it's because of the way that is being used for searching for
OpenSSL. There is a -I/usr/include as compiler option which causes i.e.
check_nrpe to look into inet/in.h in which all the Intel LittleEndian
stuff is declared, but m68k is BigEndian.
Furthermore, the following options right before calling ./configure
helped with the get_fs_usage() problem:
fu_cv_sys_stat_statvfs=yes
1. Compile manually your plugins: "cd plugins; make check_stuff", etc.
You youll have to install them manually as well.
2. Remove referenced to check_disk from Makefile (or from Makefile.am
but you'll need a working installation of GNU auto* tools)
3 (haven't tried): use make -i (ignore errors)
BTW get_fs_usage() is from Gnulib.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
A colleague of mine found the problem.
He says it's because of the way that is being used for searching for
OpenSSL. There is a -I/usr/include as compiler option which causes i.e.
check_nrpe to look into inet/in.h in which all the Intel LittleEndian
stuff is declared, but m68k is BigEndian.
Furthermore, the following options right before calling ./configure
helped with the get_fs_usage() problem:
fu_cv_sys_stat_statvfs=yes