have been migrating a lot of my stuff over to my unix box..
on windows, I have latest rubygems, and have the ncurses 0.9.1,
my code has
require "ncurses"
and all works fine...
on my unix box, i have rubygems same version and ncurses 0.9.1
gem installed...
but now I get
rfm.rb:10:in `require': No such file to load -- NCurses (LoadError)
from rfm.rb:10
I dont know whats wrong. All the NCurses examples give same error...
works on windows, does not work on my test linux box...
windows is using pdcurses 2.4,
linux is using ncurses 5.4...
what do I need to do to make the requre "ncurses" work??
- --
- -- Stu