Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need ncurses to run salticid #10

Closed
selenamarie opened this issue Dec 12, 2013 · 2 comments · Fixed by #17
Closed

Need ncurses to run salticid #10

selenamarie opened this issue Dec 12, 2013 · 2 comments · Fixed by #17

Comments

@selenamarie
Copy link

I ran into this today on a RHEL6 box:

[selena@]$ salticid -s salticid
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require': no such file to load -- ncurses (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /usr/lib/ruby/gems/1.8/gems/salticid-0.9.5/bin/../lib/salticid/interface.rb:3
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
from /usr/lib/ruby/gems/1.8/gems/salticid-0.9.5/bin/salticid:6
from /usr/bin/salticid:19:in `load'
from /usr/bin/salticid:19

I needed the following packages:

  • ncurses-devel
  • ruby-devel
  • "Developer Tools"

And, I needed to install the ncurses gem.

Is this a doc change, or is adding ncurses to the pre-reqs something you want to do? Or something else?

@selenamarie
Copy link
Author

Ah, I see where this was removed due to a change in ruby stdlib. c0d7997

Apparently my version of RHEL is too ancient to know this.

@jeteon
Copy link

jeteon commented Apr 28, 2016

I get a similar thing but for "curses" instead on Kubuntu 15.10.

gem install curses

Fixes it. Undocumented dependency? Or is it something deeper in how my Ruby is configured versus how it generally is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants