From: "Iñaki Baz Castillo" Date: 2009-04-06T04:48:28+09:00 Subject: Re: [ANN] Localmemcache-0.2.1: The beauty of memcached. For local data. Blazingly fast. El Domingo 05 Abril 2009, Sven C. Koehler escribió: > Hi, > > this release addresses some bugs that people were experiencing and brings > speed improvements. Now I've installed it in Ruby1.8 with no problem but I think there is something wrong in the Gem. Basically if I do: -------------- ~# irb1.8 irb> require "localmemcache" LoadError: no such file to load -- localmemcache from (irb):5:in `require' from (irb):5 -------------- It makes sense since there is no "lib/localmemcache.rb" in the localmemcache gem directory. The only way to load it is by doing: ------------- ~# cd /usr/lib/ruby/gems/1.8/gems/localmemcache-0.2.1/src/ruby-binding/ ~# irb1.8 irb> require "localmemcache" true ------------- I understand that, for a normal Gem to work properly, it must create a "gen_name.rb" in "GEMS_DIR/gen_name/lib/" (this is how all the rest of Gems are installed), but localmemcache doesn't create a "lib" directory. Regards. -- Iñaki Baz Castillo