From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Fri, 26 Oct 2007 18:39:41 -0700 Subject: [sup-talk] Sup on Ubuntu In-Reply-To: References: Message-ID: <1193449055-sup-7654@south> Excerpts from Raymond Kroeker's message of Tue Oct 16 19:39:28 -0700 2007: > irb(main):002:0> require 'curses' > LoadError: no such file to load -- curses > from > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require' > from > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' > from (irb):2 Try installing libcurses-ruby. (The Ubuntu package; not a gem.) That should do it. Both curses and ncurses are required, because curses defines a lot of constants that Sup uses for things like colors, keys, etc. -- William