Search found 5 matches

by Peli
Tue Jun 26, 2018 9:40 am
Forum: Open Source Nagios Projects
Topic: Upgrade Nagios to 4.4.0 compiling problem workers.c
Replies: 11
Views: 4461

Re: Upgrade Nagios to 4.4.0 compiling problem workers.c

bheden wrote:4.4.1 was released yesterday - I would recommend upgrading to that version.
Tank you. I had Problems with many checks in version 4.4.0.

Version 4.4.1 works fine! :)
by Peli
Tue Jun 26, 2018 1:18 am
Forum: Open Source Nagios Projects
Topic: Upgrade Nagios to 4.4.0 compiling problem workers.c
Replies: 11
Views: 4461

Re: Upgrade Nagios to 4.4.0 compiling problem workers.c

Peli, Before attempting to install the 4.4.1 branch, can you run the following command (from the directory you run make all from) and try to recompile? sed -i 's/written, errno/(long unsigned int)written, errno/' base/workers.c Thank you for helping. This worked. After this command, compiling passe...
by Peli
Mon Jun 25, 2018 8:32 am
Forum: Open Source Nagios Projects
Topic: Upgrade Nagios to 4.4.0 compiling problem workers.c
Replies: 11
Views: 4461

Re: Upgrade Nagios to 4.4.0 compiling problem workers.c

I have re-downloaded the source. But when compiling, i had the same error.
by Peli
Fri Jun 22, 2018 10:50 am
Forum: Open Source Nagios Projects
Topic: Upgrade Nagios to 4.4.0 compiling problem workers.c
Replies: 11
Views: 4461

Re: Upgrade Nagios to 4.4.0 compiling problem workers.c

scottwilkerson wrote:Did you run ./configure ?
Did you pass any additional flags to ./configure?
Yes, i run

Code: Select all

./configure --with-command-group=nagcmd
This worked for every upgrade yet.

Kind regards
Christian
by Peli
Thu Jun 21, 2018 8:14 am
Forum: Open Source Nagios Projects
Topic: Upgrade Nagios to 4.4.0 compiling problem workers.c
Replies: 11
Views: 4461

Upgrade Nagios to 4.4.0 compiling problem workers.c

Hello I am not able to upgrade my nagios core installation from 4.3.4 to 4.4.0. nagios@nagios-test:/tmp/nagios-4.4.0$ make all cd ./base && make make[1]: Entering directory '/tmp/nagios-4.4.0/base' gcc -Wall -I.. -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o nagios.o nagios.c gcc -Wall -I.. -g -O2 -...