-
-
Notifications
You must be signed in to change notification settings - Fork 599
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
Centos 5 / RHEL 5 Support #86
Comments
Closing for now, feel free to ping me here if you need more help/info. |
The Problem occurs with CentOS 5. The RPM seems to be incompatible with RHEL5-like OSes. |
@athiele But which rpm? Can you provide some full dump from the Vagrant run, so anybody interested can pick it up and attempt to fix it? |
@karmi OK, I have to clarify my request: I just want to know if there is a proven way of installing Elasticsearch on CentOS 5 / RHEL 5. As it is not included in this cookbook by default, maybe this is a feature worth thinking of? So, my point is that supporting RHEL 5 / CentOS 5 in this cookbook could be a nice enhancement. |
Ah, I see. This cookbook does not use the deb/rpm packages, it downloads the .tar.gz, extracts, etc. It should be compatible with CentOS 5. You have to submit the issue in the elasticsearch/elasticsearch repository. Cc: @spinscale |
@athiele I am happy to help to change the RPM package to support non-bleeding edge versions of distributions. Please create an issue in the https://github.com/elasticsearch/elasticsearch repo as karmi said, in case you used the official RPM. Also specify your exact centos version and the error message (installing the 0.90.0 RPM worked for me on centos 5.9, but maybe I am missing something else). |
@spinscale I did not use an official RPM, so our build script is to blame for this error. As I assume that the official RPM works on RHEL 5 machines, there is no need for an issue in the elasticsearch repo, right? |
my bad, overread that fact. No need for the issue in that case. Thanks for clarifying! |
Hi,
we use the rpm installation for CentOS 6 / RHEL6 and it works fine. On CentOS5 / RHEL5 the rpm installation fails. Is it possible to install elasticsearch on CentOS 5 / RHEL 5 with this cookbook or with manual rpm installation?
Thanks in advance and kind regards
Aimo
The text was updated successfully, but these errors were encountered: