Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread Michael Ablassmeier
tags 501294 unreproducible thanks hi, On Mon, Oct 06, 2008 at 12:48:07PM +0200, davinci wrote: From irb1.9 console and from my test programs, if I require 'ncurses' get the error: `require': no such file to load -- ncurses (LoadError) what version of libncurses-ruby1.9

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread davinci
Package: libncurses-ruby1.9 Version: 1.1-1 Severity: important From irb1.9 console and from my test programs, if I require 'ncurses' get the error: `require': no such file to load -- ncurses (LoadError) With ruby1.8 I have no problem.

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread davinci
El lunes 06 de octubre, Michael Ablassmeier escribió: On Mon, Oct 06, 2008 at 12:48:07PM +0200, davinci wrote: From irb1.9 console and from my test programs, if I require 'ncurses' get the error: `require': no such file to load -- ncurses (LoadError) what version of

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread Michael Ablassmeier
hi, On Mon, Oct 06, 2008 at 03:31:07PM +0200, davinci wrote: El lunes 06 de octubre, Michael Ablassmeier escribió: On Mon, Oct 06, 2008 at 12:48:07PM +0200, davinci wrote: From irb1.9 console and from my test programs, if I require 'ncurses' get the error:

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread david . espada
El lunes 06 de octubre, Michael Ablassmeier escribió: can you please confirm libncurses-ruby1.9 is installed? dpkg -l libncurses-ruby1.9 and the files listed in dpkg -L libncurses-ruby1.9 exist? It is the first thing I have done. All files are in their place.

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread Michael Ablassmeier
hi, On Mon, Oct 06, 2008 at 03:51:26PM +0200, [EMAIL PROTECTED] wrote: El lunes 06 de octubre, Michael Ablassmeier escribió: can you please confirm libncurses-ruby1.9 is installed? dpkg -l libncurses-ruby1.9 and the files listed in dpkg -L libncurses-ruby1.9 exist?

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread davinci
El lunes 06 de octubre, Michael Ablassmeier escribió: It is the first thing I have done. All files are in their place. probably not, can you please tell me the output of dpkg -L /. /usr /usr/lib /usr/lib/ruby /usr/lib/ruby/1.9 /usr/lib/ruby/1.9/i486-linux

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread Michael Ablassmeier
hi again, On Mon, Oct 06, 2008 at 04:25:20PM +0200, davinci wrote: El lunes 06 de octubre, Michael Ablassmeier escribió: It is the first thing I have done. All files are in their place. probably not, can you please tell me the output of dpkg -L /. /usr /usr/lib

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread davinci
El lunes 06 de octubre, Michael Ablassmeier escribió: /. /usr /usr/lib /usr/lib/ruby /usr/lib/ruby/1.9 /usr/lib/ruby/1.9/i486-linux /usr/lib/ruby/1.9/i486-linux/ncurses_bin.so /usr/lib/ruby/1.9/ncurses.rb good .. can you now please tell me the output of ruby's

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread Michael Ablassmeier
hi, On Mon, Oct 06, 2008 at 04:34:22PM +0200, davinci wrote: El lunes 06 de octubre, Michael Ablassmeier escribió: irb(main):001:0 print $: -- [/usr/local/lib/site_ruby/1.9.0, /usr/local/lib/site_ruby/1.9.0/i486-linux, /usr/local/lib/site_ruby/1.9/i386-linux,

Bug#501294: libncurses-ruby1.9: I can't require 'ncurses'

2008-10-06 Thread davinci
El lunes 06 de octubre, Michael Ablassmeier escribió: indeed, please install libncurses-ruby 1.1-3, which should fix this. The library was rebuilt in order to cope with the new ruby library search path layout. Great. Thank you very much.