You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
I installed thrift_client gem as a dependency of other gems, and the other gem complaint that it can't find thrift_client.
After dig into the code, it turns out that thrift_client doesn't give 'r' permission to all user. After running 'sudo chmod -R a+rX /opt/ruby-1.9.3/lib/ruby/gems/1.9.1/gems/thrift_client*', it works.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed thrift_client gem as a dependency of other gems, and the other gem complaint that it can't find thrift_client.
After dig into the code, it turns out that thrift_client doesn't give 'r' permission to all user. After running 'sudo chmod -R a+rX /opt/ruby-1.9.3/lib/ruby/gems/1.9.1/gems/thrift_client*', it works.
The text was updated successfully, but these errors were encountered: