Compiled ruby fails to find curses
- by Hamish Downer
I'm attempting to install the sup MUA but I'm having trouble. When I try to run it, it can't find curses:
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- curses (LoadError)
...
I am installing on a server running CentOS 5. I have compiled ruby and rubygems from source, and then…