You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README.md file says that RPMs are available also for EL8 (AlmaLinux etc.), but no EL8 RPM package is found.
Can you please provide the EL8 RPM?
I'm lacking instructions for building the RPM myself on a very minimal Almalinux 8.4 system, since the instructions fail:
The code is downloaded by
$ git clone https://github.com/mej/nhc.git
and then the next step should be
$ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
configure: loading site script /usr/share/config.site
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
Can you kindly provide the missing instructions?
The text was updated successfully, but these errors were encountered:
Thanks, with your extra instructions I can configure and build NHC.
However, I need to deploy NHC of potentially hundreds of cluster nodes in an automated fashion, so I would ge grateful for an EL8 RPM package.
The README.md file says that RPMs are available also for EL8 (AlmaLinux etc.), but no EL8 RPM package is found.
Can you please provide the EL8 RPM?
I'm lacking instructions for building the RPM myself on a very minimal Almalinux 8.4 system, since the instructions fail:
The code is downloaded by
$ git clone https://github.com/mej/nhc.git
and then the next step should be
$ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec
configure: loading site script /usr/share/config.site
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
Can you kindly provide the missing instructions?
The text was updated successfully, but these errors were encountered: