Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
[root@nagios nrpe-2.15]# make all
cd ./src/; make ; cd ..
make[1]: Entering directory `/home/tim/scratch/nrpe-2.15/src'
gcc -g -O2 -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -lnsl -lwrap
./nrpe.c:103: error: expected ‘)’ before ‘*’ token
./nrpe.c:1799: error: expected ‘)’ before ‘*’ token
make[1]: *** [nrpe] Error 1
make[1]: Leaving directory `/home/tim/scratch/nrpe-2.15/src'
*** Compile finished ***
If the NRPE daemon and client compiled without any errors, you
can continue with the installation or upgrade process.
Read the PDF documentation (NRPE.pdf) for information on the next
steps you should take to complete the installation or upgrade.
mutts wrote:Can't seem to find a dedicated NRPE support forum, so I hope posting here isn't inappropriate.
Nope, here is fine
mutts wrote:NRPE compiles just fine if I leave the --disable-ssl flag off, but that's not an option I want to get into right now.
Does anyone have any suggestions?
SSL really is easy to implement for what it is worth. This may be a bug with 2.15. I have a 6.4 test box I will try it out on shortly. Do you even have openssl installed?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Bug confirmed. Please open a bug report at: http://tracker.nagios.org. Post the link to the bug here and I will make sure to assign it to our nrpe dev.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Great! I assigned Eric to the task. For now, either compile with ssl, or roll back to a previous version of nrpe.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.