Page 1 of 1

Nagios XI Installation issues

Posted: Tue Jun 23, 2026 5:51 am
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

Re: Nagios XI Installation issues

Posted: Wed Jun 24, 2026 3:22 am
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.

Re: Nagios XI Installation issues

Posted: Wed Jun 24, 2026 4:47 am
by nagmemore
That's done it, kg2857. Thank you very much.