-
Notifications
You must be signed in to change notification settings - Fork 23
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
Gitlab installation fails due to missing ruby-dev package #57
Comments
Yes, it was installed previously by
I'm not sure what solution would be better - install |
I ran into the same pbl. but according to apt-file find, there is no /usr/lib/ruby/include/ruby.h |
@chymian Do you have |
yes I do. it seems that in jesse+ the header-files are all in /usr/include/* not in /usr/lib/*/include I found debian bug# #739779 Important changes from 1.9 to 2.0:
|
@chymian Well, I don't know what to tell you... I routinely installed GitLab 8.11 with this role on Debian Jessie container multiple times this day, no issues. If you want, we could do a Hangouts or TeamViewer session where I could see your environment and what's happening. |
@drybjed do you have an example for the gitlab installation? A bit unrelated, but I've been tackling that for the past few days and now running into some nginx errors regarding missing |
@yuvadm Right now all you need to do is configure in the
Then, when you run the command You should first make sure that the host works fine with the DebOps common playbook, after that it should let you install GitLab without much hassle. If you want to talk more real time, come over to |
@drybjed I think we can close this one. |
When installaing gitlab, the installation fails at various points. When running a manual
bundle install
the root cause is shown:Seems that the
ruby-dev
package is required for the native extension build to run.The text was updated successfully, but these errors were encountered: