Lee Grey
2006-Mar-10 16:35 UTC
[Instiki] `remove_const'': constant Logger::Format not defined (NameError)
Hi. I''m trying to install Instiki (either flavor) to a Red Hat machine. I built Ruby, and it seems to run properly (passes make test). I''ve also installed rubygems, activesupport, and activerecord, in an attempt to get beyond this problem. When I invoke either instiki-0.10.2 or instiki-ar, I get the following stacktrace: [root at sncp-wiki instiki-0.10.2]# ./instiki /opt/instiki/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/clean_logger.rb:13:in `remove_const'': constant Logger::Format not defined (NameError) from /opt/instiki/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/clean_logger.rb:13 from /opt/instiki/instiki-0.10.2/vendor/rails/activesupport/lib/active_support.rb:31 from /opt/instiki/instiki-0.10.2/config/environment.rb:52 from ./script/server:68 from ./instiki:6 [root at sncp-wiki instiki-0.10.2]# Since this same error occurs when I run either the ar version or the 0.10.2 version, there''s obviously something missing in Ruby itself. The two-step installation instructions obviously assume you''ve got something available in Ruby that I don''t have, but I don''t know what it is. Either that, or I messed something up when I built Ruby. I don''t know Ruby well enough to debug the problem, but it''s clearly a missing library problem. Thanks, Lee Grey Sonic Software http://www.leegrey.com/hmm -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instiki-users/attachments/20060310/edc60f70/attachment.htm
Assaph Mehr
2006-Mar-10 19:33 UTC
[Instiki] `remove_const'': constant Logger::Format not defined (NameError)
Hi Lee, I posted the solution for this to the list just yesterday ;-) Please look at the list archives. HTH, Assaph On 3/11/06, Lee Grey <lgrey at sonicsoftware.com> wrote:> > Hi. I''m trying to install Instiki (either flavor) to a Red Hat machine. I > built Ruby, and it seems to run properly (passes make test). I''ve also > installed rubygems, activesupport, and activerecord, in an attempt to get > beyond this problem. > > When I invoke either instiki-0.10.2 or instiki-ar, I get the following > stacktrace: > > [root at sncp-wiki instiki-0.10.2]# ./instiki > /opt/instiki/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/clean_logger.rb:13:in > `remove_const'': constant Logger::Format not defined (NameError) > from > /opt/instiki/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/clean_logger.rb:13 > from > /opt/instiki/instiki-0.10.2/vendor/rails/activesupport/lib/active_support.rb:31 > from /opt/instiki/instiki-0.10.2/config/environment.rb:52 > from ./script/server:68 > from ./instiki:6 > [root at sncp-wiki instiki-0.10.2]# > > Since this same error occurs when I run either the ar version or the 0.10.2 > version, there''s obviously something missing in Ruby itself. The two-step > installation instructions obviously assume you''ve got something available in > Ruby that I don''t have, but I don''t know what it is. Either that, or I > messed something up when I built Ruby. > > I don''t know Ruby well enough to debug the problem, but it''s clearly a > missing library problem. > > Thanks, > > Lee Grey > Sonic Software > http://www.leegrey.com/hmm > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > >