Help with ncurses

  • Thread starter Institute For human continuity
  • Start date
I

Institute For human continuity

When I try to require ncurses the following error message comes up.

no such file to load -- ncurses_bin.so (LoadError)

What can I do to remedy this?
 
P

prasad

[Note: parts of this message were removed to make it a legal post.]

$ irb
irb(main):001:0> RUBY_PLATFORM
=> "x86_64-linux"
irb(main):002:0> RUBY_VERSION
=> "1.9.2"
irb(main):003:0> require 'curses'
=> true
irb(main):004:0>
 
L

Luis Lavena

When I try to require ncurses the following error message comes up.

no such file to load -- ncurses_bin.so (LoadError)

What can I do to remedy this?

Was ncurses installed before compiling/installing Ruby?

If the ruby version was provided by the Linux distribution you have,
did you check for curses package in your package manager?

Start with that and let us know.
 
I

Institute For human continuity

Thanks for your help but I've already worked out that ncurses and
Windows, which I am using, don't mix.

Back to the drawing board.
 
B

botp

Thanks for your help but I've already worked out that ncurses and
Windows, which I am using, don't mix.

try pdcurses
also look at ffi-ncurses

best regards -botp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,151
Latest member
JaclynMarl
Top