Running Solaris NRPE Agent on Solaris 11
Posted: Mon Jul 16, 2018 1:44 pm
Having an issue running the "fullinstall" script on Solaris 11, even after making the work around changes provided by Nagios Documentation on the link below.
Instructions on Installing the Solaris Agent, on Solaris 11: https://assets.nagios.com/downloads/nag ... _Agent.pdf
Code: Select all
root@solaris11:/tmp/solaris-nrpe-agent# ./fullinstall
=================================
Nagios XI Solaris Agent Installer
=================================
This script will do a complete install of the Nagios XI
Solaris agent by executing all necessary sub-scripts.
IMPORTANT: This script should only be used on a Solaris
system. Do NOT use this on a system running
any other operating system.
Do you want to continue? [Y/n] Y
Proceeding with installation...
Current step is 0-prereqs
Running './0-prereqs'...
top found
RESULT=0
0-prereqs appears to have already completed successfully. Moving on to the next step.
Current step is 1-usersgroups
Running './1-usersgroups'...
RESULT=0
1-usersgroups appears to have already completed successfully. Moving on to the next step.
Current step is 2-plugins
Running './2-plugins'...
Attempting to install NGOSplugin from nagios-plugins-1.4.16-sol10-sparc-local
ld.so.1: pkgadd: fatal: libssl.so.1.0.0: open failed: No such file or directory
ld.so.1: pkgadd: fatal: relocation error: file /usr/lib/libpkg.so.1: symbol SSL_load_error_strings: referenced symbol not found
./2-plugins: line 111: 3143: Killed
RESULT=1
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.
The script that failed was: './2-plugins'
root@solaris11:/tmp/solaris-nrpe-agent#Instructions on Installing the Solaris Agent, on Solaris 11: https://assets.nagios.com/downloads/nag ... _Agent.pdf