|
From: John C. <joh...@gm...> - 2007-11-24 22:34:08
|
Mike, Thanks very much for contributing this patch file for nagios 2.9. I've completed the addition of your patch file to the dnx svn repository on sourceforge.net. I've also added code to Autotools build system such that you may now target nagios 2.9 by using the following set of commands: $ ./configure --with-nagios-2_9 $ make This set of commands will build against the header files found in dnx/nagios/nagios-2.9/include (which I've patched with your patch file). Also, note the syntax is 2_9, rather than 2.9 - this is apparently required by m4 unfortunately, but I'm really using the --with-package functionality for more that was originally intended. The default action (without this option) is to configure and build against the patched nagios 2.7 header files found in dnx/nagios/nagios-2.7/include. We hope in the near future to add code to the Autotools dnx build scripts to allow building against an installed nagios-devel-2.10 package (which *should* already contain the dnx patches - though I haven't verified this personally yet. :) Warmest regards, John Calcote Sr. Software Engineer ICS Monitoring LDS Church Mike Gerber wrote: > * Mike Gerber schrieb: > >> You'll find "the" DNX patch for Nagios 2.9 attached. It's just an >> almost trivial port of the patch contained in the 0.13 tarball. >> > > Second attachment try :) > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------------------------------------------------ > > _______________________________________________ > Dnx-devel mailing list > Dnx...@li... > https://lists.sourceforge.net/lists/listinfo/dnx-devel |