./A-subcomponents script fails

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ehanda
Posts: 2
Joined: Wed Nov 25, 2015 1:55 pm

./A-subcomponents script fails

Post by ehanda »

Hi,

I am having trouble installing nagios on Oracle Linux 6.7. I amd running ./fullinstall as root but it fails at ./A-subcompnents

[sadmin@nagios nagiosxi]$ tail install.log
checking for strdup... yes
checking for strstr... yes
checking for strtoul... yes
checking for initgroups... yes
checking for closesocket... no
checking for socklen_t... yes
checking for type of socket size... size_t
checking for SSL headers... configure: error: Cannot find ssl headers
ERROR: Subcomponent 'nrpe' installation failed - exiting.
Subcomponents installation failed - exiting

is there something that I need to install?


I have attached my install.log
You do not have the required permissions to view the files attached to this post.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: ./A-subcomponents script fails

Post by hsmith »

Oracle is not built into our fullinstall script. You need to instal on RHEL 5/6/7 or CentOS 5/6/7. You could attempt to modify the script to get it installed, but it's untested and unsupported.
Former Nagios Employee.
me.
ehanda
Posts: 2
Joined: Wed Nov 25, 2015 1:55 pm

Re: ./A-subcomponents script fails

Post by ehanda »

Thanks. I was only given the option to install Nagios on Oracle Linux 6 for now for testing purposes.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: ./A-subcomponents script fails

Post by hsmith »

https://assets.nagios.com/downloads/nagiosxi/docs/XI_Manual_Installation_Instructions.pdf wrote:Platform Support
As of the time of writing, Nagios Enterprises is only able to officially provide support for installing Nagios XI on the following Linux
distributions:

RHEL 5 & 6 32-bit and 64-bit, and RHEL 7 (requires RHN registration)

CentOS 5 & 6 32-bit and 64-bit, and CentOS 7
If you discover bugs or have fixes for installing Nagios XI on other platforms, please let us know. We will do our best to incorporate
your improvements to expand support for additional platforms in future Nagios XI releases, which will make future installation processes
smoother for you and your clients.
If you need something official for the powers that be. Otherwise, you can probably mess with the script. My apologies that I can't really give you a better answer.
Former Nagios Employee.
me.
Locked