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
Nagios XI Installation issues
Nagios XI Installation issues
You do not have the required permissions to view the files attached to this post.
Re: Nagios XI Installation issues
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.
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
That's done it, kg2857. Thank you very much.