Hi people
I have just managed to install Junebug wiki. When first running it
(./wiki run), I got:
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:266:in
`load_missing_constant’: uninitialized constant Mongrel::Camping
(NameError)
I had to edit:
/usr/lib/ruby/gems/1.8/gems/junebug-0.0.18/lib/junebug.rb
…and put in:
require ‘mongrel/camping’
Does anyone know if this is a problem with my Ruby Gems setup or the
old Apt-get vs. Compiling Ruby problem? Or just a bug in Junebug? I am
running an Ubuntu/PPC system.
Les