-
-
Save xfisthebest/0cbb5d95ae4abbde2fa6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@sharkbnc:/home/bot/bncim-bot-master# ruby domainatrix | |
ruby: No such file or directory -- domainatrix (LoadError) | |
root@sharkbnc:/home/bot/bncim-bot-master# gem install gemname | |
ERROR: Could not find a valid gem 'gemname' (>= 0) in any repository | |
ERROR: Possible alternatives: gemgate, gemjam, gemmate, gemme, gempage | |
root@sharkbnc:/home/bot/bncim-bot-master# gem install domainatrix | |
Fetching: addressable-2.3.8.gem (100%) | |
Fetching: domainatrix-0.0.11.gem (100%) | |
Successfully installed addressable-2.3.8 | |
Successfully installed domainatrix-0.0.11 | |
2 gems installed | |
Installing ri documentation for addressable-2.3.8... | |
Installing ri documentation for domainatrix-0.0.11... | |
Installing RDoc documentation for addressable-2.3.8... | |
Installing RDoc documentation for domainatrix-0.0.11... | |
root@sharkbnc:/home/bot/bncim-bot-master# ./bncim-bot.rb | |
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- uuid (LoadError) | |
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
from /home/bot/bncim-bot-master/lib/mail.rb:12:in `<top (required)>' | |
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
from ./bncim-bot.rb:19:in `<main>' | |
root@sharkbnc:/home/bot/bncim-bot-master# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment