Page 1 of 1

Solaris 11 NRPE - Crashed the system

Posted: Wed Sep 27, 2017 1:44 am
by sify_nagios
Dear Team,

We have followed alternative solution mentioned in the below mentioned document since there is no direct Solaris 11 nrpe available.

https://assets.nagios.com/downloads/nag ... _Agent.pdf

OS version : Solaris 11

After NRPE package we are facing the fatal relocation error on python please help us to fix the same.
We can't even run the pkg related commands. We are getting below fatal error.

Error : "ImportError: ld.so.1: isapython2.7: fatal: relocation error: file /usr/lib/python2.7/vendor-packages/OpenSSL/SSL.so"

Kindly guide us to revert back to original state.

Thanks and Regards
Srini

Re: Solaris 11 NRPE - Crashed the system

Posted: Wed Sep 27, 2017 12:54 pm
by dwhitfield
Uninstall compatibility/ucb using instructions at https://docs.oracle.com/cd/E23824_01/ht ... gijmk.html (this seems unnecessary ultimately, but for complete reversion necessary).

remove the two symlinks:
/usr/lib/libssl.so.0.9.7 -> /lib/libssl.so
/usr/lib/libcrypto.so.0.9.7 -> /lib/libssl.so

If you need detailed instructions on removing NRPE (basically, just rm all the installed files), it might be best to move this to a ticket via [email protected]


Once things are removed, you should probably compile NRPE using the instructions at https://support.nagios.com/kb/article.p ... 15#Solaris