| Summary: | Even after installing the rhc gem, users can't run rhc on some OSs | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Nam Duong <nduong> |
| Component: | oc | Assignee: | John (J5) Palmieri <johnp> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | bzhao, jkeck, jofernan, johnp, mpatel, szhou |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-04-13 18:31:00 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Nam Duong
2012-03-27 03:34:49 UTC
There is evidence that this problem is reported quite often. Not always on Ubuntu, but on RHEL as well. The gem doesn't install into /usr/bin. gem contents rhc/usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/COPYRIGHT /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/LICENSE /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/README /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/Rakefile /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-app /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-chk /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-create-app /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-create-domain /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-ctl-app /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-ctl-domain /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-domain /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-domain-info /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-port-forward /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-snapshot /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-sshkey /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-tail-files /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/bin/rhc-user-info /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/conf/express.conf /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/lib/rhc /usr/lib/ruby/gems/1.8/gems/rhc-0.89.2/lib/rhc-common.rb I'll see if there is an option for this. correct command to install would be: gem install --source http://gems.rubyforge.org --source https://openshift.redhat.com/app/repo/ --bindir=/usr/bin rhc I don't know if there is a way to make this the default. It's fixed |