Not able to install linux-NRPE-Agent on redhat 6.9

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vinish098
Posts: 136
Joined: Fri Oct 21, 2016 6:30 am

Not able to install linux-NRPE-Agent on redhat 6.9

Post by vinish098 »

install_10.33.33.196.log
Hi,

I'm trying to install linux-NRPE-agent on RedHat 6.9. but I'm getting below error.

netutils.c: Assembler messages:
netutils.c:317: Error: Incorrect register `%r14' used with `l' suffix
netutils.c:321: Error: Incorrect register `%r14' used with `l' suffix
netutils.c:106: Error: Incorrect register `%rax' used with `l' suffix
netutils.c:110: Error: Incorrect register `%rdx' used with `l' suffix
make[1]: *** [netutils.o] Error 1
make[1]: Leaving directory `/root/nagios/linux-nrpe-agent/subcomponents/nagiosplugins/nagios-plugins-2.2.1/plugins'
make: *** [install-recursive] Error 1

real 0m1.142s
user 0m0.877s
sys 0m0.240s
Subcomponents installation failed - exiting

This issue I'm facing on 2 RedHat 6.9 server. Pls, find the last two attached file log file for this issue.

And for 3rd RedHat 6.9, we are facing some package issue there is already updated package is installed. but it's asking for the previous ver. while installing NRPE in Linux. Pls, find the first attachment.
You do not have the required permissions to view the files attached to this post.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Not able to install linux-NRPE-Agent on redhat 6.9

Post by dwhitfield »

The beginning of your log has a lot of repo errors. The output in the screenshot shows you don't have the right dependencies. I suspect the two are connected.

Incorrect register probably means you don't have x64 installed when you should or visa versa. It looks like your install is looking for x64 but you have i386 installed.
vinish098
Posts: 136
Joined: Fri Oct 21, 2016 6:30 am

Re: Not able to install linux-NRPE-Agent on redhat 6.9

Post by vinish098 »

Hi dwhitfield,

Thanks for your reply,

We will work on it. But for other issue do you have any idea. Because while running ./fullinstall script it's giving me an error when coming on the subcomponent installation.
Pls, find the error logs of 2 servers. Both are RedHat 6.9 64 bit.
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9177
Joined: Thu Oct 30, 2014 9:02 am

Re: Not able to install linux-NRPE-Agent on redhat 6.9

Post by tgriep »

In the log files, I see some issues with the Yum repositories and some conflicting packages.
The conflicting packages are causing the compiling issue.
Lets clear the yum cache, and run a few yum commands to determine which packages are installed on the servers.
Run the following as root and post the output here.

Code: Select all

yum clean all
yum repolist
yum list installed
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked