-
Notifications
You must be signed in to change notification settings - Fork 96
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
failed to install Sensu plugin gem 'sensu-plugins-http' because of missing dependencies #51
Comments
@SiKing check if you have installed gcc-c++ and libstbc packages. They are needed to compile this plugin. |
I thought this was all Ruby? |
Would be nice to list those things as dependencies in the documentation. |
I think I'm having a similar issue. This is FreeBSD 11 with
|
Do you happen to have the BSD equivalent of ruby-dev? |
I was able to install Anyways I still wasn't able to install the plugin with sensu-install. Using the system wide gem installed by the port above I was able to install and compile a working copy by running |
You can close the issue. |
If we have a dependency of gcc then we need to document it to help users. Would someone be willing to put together a PR to document this? |
@majormoses I can start converting and improving the Readme, but I will probably need some input there. Have you been added to contributors, so that you can commit to an open PR if allowed? |
Yes I am now a maintainer and can ensure that any sane contribution goes through. |
@GhostLyrics were you still looking to put together something? |
I will try to have something within the next 7 days. If I don't, it is unlikely that I'll find time soon. |
Working on it right now, will post link to branch or PR as soon as I can. |
The latest sensu-plugins-http fails to install.
Actual behaviour:
Expected behaviour:
The text was updated successfully, but these errors were encountered: