Good Day. I' am working on FreeBSD 7.0-RELEASE-p4 and zenoss-2.2.4. I've followed the install guide (although needs updating for FreeBSD 7) I've managed to get about 80% done when it fails.
------------------------------------------------------------------ configuring build/nagios-plugins-1.4.5/Makefile gmake: *** [build/nagios-plugins-1.4.5/Makefile] Error 77 unable to build zenoss and prerequisites, see zenbuild.log ------------------------------------------------------------------ tail build/nagios-plugins-1.4.5/config.log --------------------- configure: exit 77 --------------------- tail zenbuild.log ----------------------------------------------------------------------------------------------------------- Checking for gcc... gccc checking for C compiler default output file name... configure: error: C compiler cannot create executables see `config.log' for more details. ----------------------------------------------------------------------------------------------------------- I found the following work around which does not apply to my release of zenoss but it mentions that I can remove the nagios-install from the GNUmakefile: --------------------------------------------------------------------------------- http://forums.zenoss.com/viewtopic.php?t=274&highlight=gnumakefile We're not doing anything special with the plugins. You may wish to use an older or newer version which builds correctly on FreeBSD, or use ports to pull it down. You can remove "nagios-install" from the list of products-install in the GNUmakefile, and you will skip right past it. If you upgrade to a newer version, and it builds correctly, please let us know so we can get the new version into the next release. -Eric ----------------------------------------------------------------------------------- cat -n GNUmakefile |grep nagios-install ------------------------------------------------------------------ 207 nagios-install \ 472 nagios-install: $(BUILD)/$(NAGIOS)/Makefile always ------------------------------------------------------------------- So what I've done is install the nagios-plugins through the FreeBSD ports and would like to remove this from the GNUmakefile. I have tried commenting out a few lines but I still get an error message. Can some one please give me any pointers? Thanks! -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=25829#25829 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
