mej / nhc

LBNL Node Health Check
Other
213 stars 78 forks source link

Missing EL8 RPM as well as instructions for building NHC #102

Open OleHolmNielsen opened 3 years ago

OleHolmNielsen commented 3 years ago

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?

verdurin commented 3 years ago

@OleHolmNielsen you need to run ./autogen.sh first, for which you need to ensure you have automake installed.

OleHolmNielsen commented 3 years ago

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.

verdurin commented 3 years ago

Sure - I'm not affiliated with this project, I was just working on it today and saw your issue...