Hi all,
I'm trying to run Luvfoo on my linux stack:
* Ubuntu 8.10
* Ruby 1.8.7
* libgettext-ruby1.8 1.93.0-1 (upgraded manually from
http://packages.debian.org/sid/all/libgettext-ruby1.8/download)
I've run every step in INSTALL.mardown without any problem (thanks),
but when I tried to start the app...
/usr/lib/ruby/1.8/gettext/rails.rb:544: undefined method `cached=' for
GetText:Module (NoMethodError)
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
from /home/demimismo/.gem/ruby/1.8/gems/activesupport-2.1.1/lib/
active_support/dependencies.rb:510:in `require'
from /home/demimismo/.gem/ruby/1.8/gems/activesupport-2.1.1/lib/
active_support/dependencies.rb:355:in `new_constants_in'
from /home/demimismo/.gem/ruby/1.8/gems/activesupport-2.1.1/lib/
active_support/dependencies.rb:510:in `require'
from /home/demimismo/workspaces/luvfoo/app/controllers/application.rb:
1
The first thing I tried was to upgrade my libgettext-ruby version to
1.93 (1.90 was by default with this ubuntu version), but it doesn't
seem to work fine.
Anyone has an idea?
Thank you very much.