Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
OleHolmNielsen opened this issue May 27, 2021 · 3 comments
Open

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

OleHolmNielsen opened this issue May 27, 2021 · 3 comments

Comments

@OleHolmNielsen
Copy link

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
Copy link

verdurin commented Jun 7, 2021

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

@OleHolmNielsen
Copy link
Author

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
Copy link

verdurin commented Jun 7, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants