| Server IP : 103.18.247.38 / Your IP : 216.73.217.101 Web Server : Apache System : Linux server2.aznethosting.net 4.18.0-553.144.1.el8_10.x86_64 #1 SMP Tue Jul 14 09:26:58 EDT 2026 x86_64 User : gmbizz ( 1200) PHP Version : 8.1.34 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/nrpe-2.15/ |
Upload File : |
Compiling on Solaris Several changes may be necessary in order to compile NRPE on Solaris. This information is known to apply to Solaris 10 and may apply to other verisions of Solaris. This has been tested on Solaris 10 x86. There are three things that you may need to compile NRPE on Solaris: 1. Add /usr/sfw/bin to your path $ PATH="$PATH:/usr/sfw/bin" 2. Specify the binary to be used for make-ing $ MAKE=gmake ./configure 3. Use gmake to build the code $ gmake all Thanks to Kevin Pendleton at UtahSysAdmin.com (http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-on-solaris-10/) for the instructions on finding the SSL libraries.