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 :( )
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. On Oct 16, 7:16 am, dnica <dnic...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 :( )
On Oct 16, 11:02 pm, Rick <richard.t.ll...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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. > > On Oct 16, 7:16 am, dnica <dnic...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > 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 :( )Yes you are right - it is my error, but i find solution before i have read you opinion :) and... Big thanks for your attention !!