Created
March 11, 2013 19:50
-
-
Save ccollicutt/5137126 to your computer and use it in GitHub Desktop.
This file contains hidden or 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@VIRT-V2V:/opt/veewee] $ gem which ruby-libvirt || gem which libvirt | |
ERROR: Can't find ruby library file or shared library ruby-libvirt | |
/usr/local/rvm/gems/ruby-1.9.2-p320@veewee/gems/ruby-libvirt-0.4.0/lib/libvirt.rb | |
[root@VIRT-V2V:/opt/veewee] $ irb | |
1.9.2p320 :001 > require 'libvirt' | |
LoadError: no such file to load -- libvirt | |
from (irb):1:in `require' | |
from (irb):1 | |
from /usr/local/rvm/rubies/ruby-1.9.2-p320/bin/irb:16:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment