I've been trying to compile v1.1.6 from source fall day now on Centos 4 (Update 4). I seem to have all the required components, etc.. When I compile, I get binaries in /usr/local/bin, but nothing in /etc/zabbix, nor apparently any web components either (at least I can't find them is the likely installed locations).
While I've not expert at compiling, there don't appear to be any major errors. I'm following the v1.4 manual pdf instructions..
as root
./configure --enable-server --enable-client --with-mysql --with-net-snmp --with-libcurl
I get "yes" for all but the following:
checking mtent.h usability... no
checking mtent.h presence... no
checking for mtent.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/vmmeter.h usability... no
checking sys/vmmeter.h presence... no
checking for sys/vmmeter.h... no
checking vm/vm_param.h usability... no
checking vm/vm_param.h presence... no
checking for vm/vm_param.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking mach/host_info.h usability... no
checking mach/host_info.h presence... no
checking for mach/host_info.h... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking knlist.h usability... no
checking knlist.h presence... no
checking for knlist.h... no
checking sys/proc.h usability... no
checking sys/proc.h presence... no
checking for sys/proc.h... no
checking sys/var.h usability... no
checking sys/var.h presence... no
checking for sys/var.h... no
checking sys/dkstat.h usability... no
checking sys/dkstat.h presence... no
checking for sys/dkstat.h... no
checking sys/disk.h usability... no
checking sys/disk.h presence... no
checking for sys/disk.h... no
checking kvm.h usability... no
checking kvm.h presence... no
checking for kvm.h... no
checking procinfo.h usability... no
checking procinfo.h presence... no
checking for procinfo.h... no
checking sys/dk.h usability... no
checking sys/dk.h presence... no
checking for sys/dk.h... no
checking for main in -lsocket... no
checking for main in -lkstat... no
checking for main in -lkvm... no
checking for function setproctitle()... no
checking for function sysctl (KERN_BOOTTIME)... no
checking for function sysctl (KERN_MAXFILES)... no
checking for function sysctl (KERN_MAXPROC)... no
checking for vmtotal in struct sys/vmmeter.h... no
checking for struct swaptable in sys/swap.h... no
checking return type of signal handlers... void
make
all looks fine execpt for a bunch of
make[#] Nothing to be done for `all-am'.
and from make install all that looks suspicious is...
make[#] Nothing to be done for `install-data-am'.
I see many have made available 1.3.x rpm's but none for the stable branch, but it doesn't seem like anyone builds for the stable branch...??
I'm dying to test this app, after giving up on opennms (no docs, crappy community).
Thanks!
While I've not expert at compiling, there don't appear to be any major errors. I'm following the v1.4 manual pdf instructions..
as root
./configure --enable-server --enable-client --with-mysql --with-net-snmp --with-libcurl
I get "yes" for all but the following:
checking mtent.h usability... no
checking mtent.h presence... no
checking for mtent.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/vmmeter.h usability... no
checking sys/vmmeter.h presence... no
checking for sys/vmmeter.h... no
checking vm/vm_param.h usability... no
checking vm/vm_param.h presence... no
checking for vm/vm_param.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking mach/host_info.h usability... no
checking mach/host_info.h presence... no
checking for mach/host_info.h... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking knlist.h usability... no
checking knlist.h presence... no
checking for knlist.h... no
checking sys/proc.h usability... no
checking sys/proc.h presence... no
checking for sys/proc.h... no
checking sys/var.h usability... no
checking sys/var.h presence... no
checking for sys/var.h... no
checking sys/dkstat.h usability... no
checking sys/dkstat.h presence... no
checking for sys/dkstat.h... no
checking sys/disk.h usability... no
checking sys/disk.h presence... no
checking for sys/disk.h... no
checking kvm.h usability... no
checking kvm.h presence... no
checking for kvm.h... no
checking procinfo.h usability... no
checking procinfo.h presence... no
checking for procinfo.h... no
checking sys/dk.h usability... no
checking sys/dk.h presence... no
checking for sys/dk.h... no
checking for main in -lsocket... no
checking for main in -lkstat... no
checking for main in -lkvm... no
checking for function setproctitle()... no
checking for function sysctl (KERN_BOOTTIME)... no
checking for function sysctl (KERN_MAXFILES)... no
checking for function sysctl (KERN_MAXPROC)... no
checking for vmtotal in struct sys/vmmeter.h... no
checking for struct swaptable in sys/swap.h... no
checking return type of signal handlers... void
make
all looks fine execpt for a bunch of
make[#] Nothing to be done for `all-am'.
and from make install all that looks suspicious is...
make[#] Nothing to be done for `install-data-am'.
I see many have made available 1.3.x rpm's but none for the stable branch, but it doesn't seem like anyone builds for the stable branch...??
I'm dying to test this app, after giving up on opennms (no docs, crappy community).
Thanks!
Comment