From: Michael Linfield Date: 2009-03-15T11:12:24+09:00 Subject: Re: has 'ping' been dropped from 1.9.1? > require 'ping' > LoadError: no such file to load -- ping > from (irb):1:in `require' > from (irb):1 > if you desperately need it (though yes it seems it wasn't included in the source package) just move it over from 1.8 or download it separately. mv /usr/lib/ruby/1.8/ping.rb /usr/lib/ruby/1.9.1/ Not the best solution but work with wut yuh got! - Mac -- Posted via http://www.ruby-forum.com/.