thrift_client icon indicating copy to clipboard operation
thrift_client copied to clipboard

File access privilege issue

Open cx2671206 opened this issue 10 years ago • 0 comments

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.

cx2671206 avatar Mar 31 '15 16:03 cx2671206