-
Notifications
You must be signed in to change notification settings - Fork 108
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
Permission denied when building native extensions with ruby 2.1.0 #93
Comments
+1 |
I have the same issue! |
same here |
Has this issue been resolved because I'm seeing similar issues when I attempt to install nokogiri using bundler? BTW, I provisioned the server using root user and deployed with Capistrano 3.2.1 using the deploy user. At this time, the deploy user is a member of the rbenv group. |
to fix the problem manually (adjusting the ruby version or replacing it with a variable) : chmod -R g+w /opt/rbenv/versions/2.2.3 |
same problem here with 2.3.0 |
It seems like there is a problem with the permissions inside the extensions directory when installing a gem which builds a native extension. This does not happen with 2.0.0-p451.
The text was updated successfully, but these errors were encountered: