README.Solaris 669 B

123456789101112131415161718
  1. Compiling on Solaris
  2. Several changes may be necessary in order to compile NRPE on Solaris.
  3. This information is known to apply to Solaris 10 and may apply to other
  4. verisions of Solaris. This has been tested on Solaris 10 x86.
  5. There are three things that you may need to compile NRPE on Solaris:
  6. 1. Add /usr/sfw/bin to your path
  7. $ PATH="$PATH:/usr/sfw/bin"
  8. 2. Specify the binary to be used for make-ing
  9. $ MAKE=gmake ./configure
  10. 3. Use gmake to build the code
  11. $ gmake all
  12. Thanks to Kevin Pendleton at UtahSysAdmin.com
  13. (http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-on-solaris-10/)
  14. for the instructions on finding the SSL libraries.