> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of ThomasC. > Sent: Tuesday, April 18, 2006 6:19 AM > To: [email protected] > Subject: [Nagios-users] Recompiling plugins > > Hi, > > > I made a change in the source code of the check_snmp plugin. I would > like now to recompile it. > > When i run > gcc -o check_snmp check_snmp.c i get a lot of errors. > > I know this is a question about compiling but can you help me please to > learn how to recompile transformed code in Nagios plugs.
If you've already run ./configure at the very least, you can just run 'make all' then 'make install' to update any modified plugins. Coding problems are another issue altogether ;) -- Marc ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
