Install problem
Dependencies i think
root@6781-1:~# install twitter2vk
install: missing destination file operand after twitter2vk' Tryinstall --help' for more information.
root@6781-1:~# ruby install twitter2vk
ruby: No such file or directory -- install (LoadError)
root@6781-1:~# gem install twitter2vk
Fetching: activesupport-3.0.5.gem (100%)
Fetching: json-1.5.1.gem (100%)
Building native extensions. This could take a while...
Fetching: oauth-0.4.4.gem (100%)
Fetching: mime-types-1.16.gem (100%)
Fetching: twitter_oauth-0.4.3.gem (100%)
Fetching: twitter2vk_reposter-0.3.8.1.gem (100%)
Fetching: highline-1.6.1.gem (100%)
Fetching: r18n-core-0.4.9.gem (100%)
Fetching: r18n-desktop-0.4.9.gem (100%)
Fetching: twitter2vk-0.3.8.1.gem (100%)
Successfully installed activesupport-3.0.5
Successfully installed json-1.5.1
Successfully installed oauth-0.4.4
Successfully installed mime-types-1.16
Successfully installed twitter_oauth-0.4.3
Successfully installed twitter2vk_reposter-0.3.8.1
Successfully installed highline-1.6.1
Successfully installed r18n-core-0.4.9
Successfully installed r18n-desktop-0.4.9
Successfully installed twitter2vk-0.3.8.1
10 gems installed
Installing ri documentation for activesupport-3.0.5...
Installing ri documentation for json-1.5.1...
Installing ri documentation for oauth-0.4.4...
Installing ri documentation for mime-types-1.16...
Installing ri documentation for twitter_oauth-0.4.3...
Installing ri documentation for twitter2vk_reposter-0.3.8.1...
File not found:
ERROR: While generating documentation for twitter2vk_reposter-0.3.8.1
... MESSAGE: exit
... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/twitter2vk_reposter-0.3.8.1/
ri --title twitter2vk_reposter-0.3.8.1 Documentation --quiet
root@6781-1:~# twitter2vk
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in gem_original_requ ire': no such file to load -- net/https (LoadError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:inrequ
ire'
from /usr/lib/ruby/gems/1.8/gems/oauth-0.4.4/lib/oauth/consumer.rb:2
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in gem_ original_require' from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:inrequ
ire'
from /usr/lib/ruby/gems/1.8/gems/oauth-0.4.4/lib/oauth/client/helper.rb:
2
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in gem_ original_require' from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:inrequ
ire'
from /usr/lib/ruby/gems/1.8/gems/oauth-0.4.4/lib/oauth.rb:10
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in gem_ original_require' from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:inrequ
ire'
from /usr/lib/ruby/gems/1.8/gems/twitter2vk-0.3.8.1/bin/twitter2vk:10
from /usr/bin/twitter2vk:19:in `load'
from /usr/bin/twitter2vk:19
root@6781-1:~# gem list
*** LOCAL GEMS ***
activesupport (3.0.5) highline (1.6.1) json (1.5.1) mime-types (1.16) oauth (0.4.4) r18n-core (0.4.9) r18n-desktop (0.4.9) rvk (0.1.8) twitter2vk (0.3.8.1) twitter2vk_reposter (0.3.8.1) twitter_oauth (0.4.3) root@6781-1:~#
Hm, net/https is a Ruby library. What version of Ubuntu, Ruby and RubyGems you have.
До сих пор все та же ошибка, ничего не помогает. Пробовал установить на разных машинах - не получается. Вот логи: http://pastebin.com/r0K9HpVj
А откуда Ruby? Откомпилирован или из официальных пакетов?
Из стандартного репозитария ubuntu
Попробуй поставить Ruby 1.9 из https://edge.launchpad.net/~ubuntu-on-rails/+archive/ppa?field.series_filter=lucid у меня на нём на этой же ОС точно всё работает.