Page 1 of 1

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

Posted: Wed May 29, 2019 5:39 pm
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.

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

Posted: Wed May 29, 2019 8:40 pm
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.

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

Posted: Thu May 30, 2019 12:02 am
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.

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

Posted: Thu May 30, 2019 10:22 am
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