dnica
1
when i trying to install OSM project (openstreetmap.com) i have next
error messages (it is rake installing step) - so thats error message
dnica@dnica:~/prj/rails/rails_port$ rake gems:install
(in /home/dnica/prj/rails/rails_port)
rake aborted!
Could not find RubyGem oauth (>= 0.2.1)
(See full trace by running task with --trace)
(and what i need to search in the full trace - there is nothing
interesting )
dnica
2
It’s out there:
$ gem list oauth -r
*** REMOTE GEMS ***
oauth (0.3.6)
oauth-plugin (0.3.14)
oauth-simple (0.0.2)
You can install it with: gem install oauth
You probably ought to read whatever install documents came with OSM
with a sharp eye out for requirements.
dnica
3
On Oct 16, 11:02 pm, Rick [email protected] wrote:
You can install it with: gem install oauth
dnica@dnica:~/prj/rails/rails_port$ rake gems:install
(in /home/dnica/prj/rails/rails_port)
rake aborted!
Could not find RubyGem oauth (>= 0.2.1)
(See full trace by running task with --trace)
(and what i need to search in the full trace - there is nothing
interesting )
Yes you are right - it is my error, but i find solution before i have
read you opinion
and… Big thanks for your attention !!