From: Adam M. <aem...@gm...> - 2006-09-10 19:07:03
|
Hi, I'm having problems with all of my 'require' statements. It seems as though ruby can never find libraries I wish to use. FC5 x86_64 install ruby-gtk2-0.14.1-1.fc5 installed [root@localhost ~]# ruby hello_world.rb hello_world.rb:11:in `require': no such file to load -- gtk2 (LoadError) from hello_world.rb:11 I have these: /usr/lib/site_ruby/1.8/gtk2.rb /usr/lib/site_ruby/1.8/i386-linux/gtk2.so /usr/lib/site_ruby/1.8/i386-linux/gtk20.so /usr/lib/site_ruby/1.8/i386-linux/gtk22.so Any suggestions? I'm very new to ruby. Thanks! Adam aem...@gm... |