seanohalpin / ffi-ncurses

Interface to ncurses using Ruby FFI (Foreign Function Interface)
MIT License
82 stars 21 forks source link

using REE with ubuntu-10.04 ffi-ncurses requires "libXCurses.so" #6

Closed fpauser closed 14 years ago

fpauser commented 14 years ago

see the gist: http://gist.github.com/458420

fpauser commented 14 years ago

To work around this one can set the ENV-Variable "RUBY_FFI_NCURSES_LIB" so it points to the actual ncurses-lib: export RUBY_FFI_NCURSES_LIB="libncurses.so.5"

see: http://github.com/seanohalpin/ffi-ncurses/blob/master/lib/ffi-ncurses.rb

seanohalpin commented 14 years ago

This is fixed in the latest version (0.3.3).