Re: [Nagios-users] Nagios 3.4.0 complilation error (and trivial fix)

2012-05-09 Thread Ismael Puerto
Thanks Phill On 05/08/2012 04:03 PM, Randal, Phil wrote: Hi folks, Trying to compile nagios 3.4.0 gave me this error: checks.c: In function run_async_service_check: checks.c:714:5:

Re: [Nagios-users] Nagios 3.4.0 complilation error (and trivial fix)

2012-05-09 Thread Randal, Phil
@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios 3.4.0 complilation error (and trivial fix) Thanks Phill On 05/08/2012 04:03 PM, Randal, Phil wrote: Hi folks, Trying to compile nagios 3.4.0 gave me this error: checks.c: In function 'run_async_service_check': checks.c:714:5: error: 'temp_buffer

Re: [Nagios-users] Nagios 3.4.0 complilation error (and trivial fix)

2012-05-09 Thread Mike Guthrie
6JT* Tel: 01432 260415 | Email: phil.ran...@hoopleltd.co.uk *From:*Ismael Puerto [mailto:ismael.pue...@seres.es] *Sent:* 09 May 2012 12:21 *To:* nagios-users@lists.sourceforge.net *Subject:* Re: [Nagios-users] Nagios 3.4.0 complilation error (and trivial fix) Thanks Phill On 05/08/2012 04:03

Re: [Nagios-users] Nagios 3.4.0 complilation error (and trivial fix)

2012-05-09 Thread Randal, Phil
[mailto:phil.ran...@hoopleltd.co.uk] Sent: 09 May 2012 16:16 To: Nagios Users List Subject: Re: [Nagios-users] Nagios 3.4.0 complilation error (and trivial fix) I should have mentioned that that error only occurs if you try to compile Nagios 3.4.0 with embedded perl support. There's also no guarantee

Re: [Nagios-users] Nagios 3.4.0 complilation error (and trivial fix)

2012-05-09 Thread Andreas Ericsson
On 05/09/2012 05:15 PM, Randal, Phil wrote: I should have mentioned that that error only occurs if you try to compile Nagios 3.4.0 with embedded perl support. There's also no guarantee that it'll work properly even with that patch. I had problems check_mk with Nagios 3.4.0, but

Re: [Nagios-users] Nagios 3.4.0 complilation error (and trivial fix)

2012-05-09 Thread Andreas Ericsson
On 05/09/2012 06:23 PM, Mike Guthrie wrote: Hey Phil, Thanks for the clarification on this. I was trying to figure out why we hadn't come across this issue on our local dev environments. Maybe some other users can chime in on this, but my understanding was that compiling with the embedded

[Nagios-users] Nagios 3.4.0 complilation error (and trivial fix)

2012-05-08 Thread Randal, Phil
Hi folks, Trying to compile nagios 3.4.0 gave me this error: checks.c: In function 'run_async_service_check': checks.c:714:5: error: 'temp_buffer' undeclared (first use in this function) Patch to fix the compilation error is: --- nagios/base/checks.c2012-05-08 14:36:02.0 +0100