People,

I try to run a Ruby script that requires a custom library to be loaded - when I do it with 1.8.7 on Fedora 16 with the conventional gems, it works fine - however on Fedora 18 with Gems as RPMs and Ruby 1.9.3 I get this error:

/usr/share/rubygems/rubygems/custom_require.rb:36:in `require': cannot load such file -- lib/miho.rb (LoadError)
        from /usr/share/rubygems/rubygems/custom_require.rb:36:in `require'
        from ./shell.rb:4:in `<main>'

The author has no problem with Ruby 1.9.3 on OS/X so I figure it is a problem with the conversion of the gems to rpms?

I can work around the problem by putting the full path to the lib in the "require" line but it looks like something needs attention here?

Thanks,

Phil.
--
Philip Rhoades

GPO Box 3411
Sydney NSW      2001
Australia
E-mail:  [email protected]
_______________________________________________
ruby-sig mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/ruby-sig

Reply via email to