Nagios XI Installation issues

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Post Reply
nagmemore
Posts: 10
Joined: Fri Mar 01, 2019 6:36 am

Nagios XI Installation issues

Post by nagmemore »

Hi Support,

Oracle 8.10 server minimal
64 bit
Manual install of XI

The last output from the installation script is,
The script that failed was: './A-subcomponents'

We've run into a bit of a issue during an installation attempt as we are attempting to migrate to another server, previously we also ran into some issues during the installation and had support from you under this viewtopic.php?t=76876

We applied what resolved the issue previously and continued with the installation and we run into another issue this time.

Our current XI version is 5.8.3 and attempting to install the same version so we can backup and restore and eventually upgrade Nagios version to a more recent one.

Install.log included.

Regards,

Nag
You do not have the required permissions to view the files attached to this post.
kg2857
Posts: 507
Joined: Wed Apr 12, 2023 5:48 pm

Re: Nagios XI Installation issues

Post by kg2857 »

It looks like this is the first error:
Base class package "Class::Accessor::Fast" is empty.

The following should in theory install it:
sudo dnf install perl-class-accessor

If that installs, you may need other modules as well if the install fails again. Install them in the same way.
nagmemore
Posts: 10
Joined: Fri Mar 01, 2019 6:36 am

Re: Nagios XI Installation issues

Post by nagmemore »

That's done it, kg2857. Thank you very much.
Post Reply