-
Notifications
You must be signed in to change notification settings - Fork 681
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
Install failed on Ubuntu with Ruby 2.1 #641
Labels
Type: Bug
Feature not working as expected
Comments
Install error was result of not having ruby dev files and can be checked corrected with:
But an example execution then fails on same server. See issue #642. |
arlimus
added a commit
that referenced
this issue
Apr 17, 2016
arlimus
added a commit
that referenced
this issue
Apr 17, 2016
@gregelin We added instructions for installation from source to the readme:
Feel free to reopen this if it still fails. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
gem install inspec
failed when ran as root on Ubuntu 15 with Ruby 2.1 installed.InSpec and Platform Version
Distributor ID: Ubuntu
Description: Ubuntu 15.10
Release: 15.10
Codename: wily
Replication Case
apt-get update
to update packagesapt-get install ruby -y
ruby -v
gem install inspec
Possible Solutions
I have not dug very deeply into the issue. It is possible I am missing dev tools on server, or ruby dev tools.
Stacktrace
The text was updated successfully, but these errors were encountered: