William Budell
2006-Feb-13 05:14 UTC
[Instiki] Instiki install error messages - help needed
I''ve tried to install instiki-0.10.2 and gotten error messages from Ruby. While I am beginning to dabble in Ruby, I do not know what the error messages are asking me to correct, and had simply wanted Instiki to use as a personal notes wiki. Can anyone help? Operating system: Ubuntu Breezy Badger Both Ruby 1.8.3 and Ruby 1.9 installed; error messages were produced by both Ruby versions. Error messages: wb at RAMOTH:~/data/data/ChangeLog/instiki-0.10.2$ ruby instiki /home/wb/data/data/ChangeLog/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/clean_logger.rb:13:in `remove_const'': constant Logger::Format not defined (NameError) from /home/wb/data/data/ChangeLog/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/clean_logger.rb:13 from /home/wb/data/data/ChangeLog/instiki-0.10.2/vendor/rails/activesupport/lib/active_support.rb:31 from /home/wb/data/data/ChangeLog/instiki-0.10.2/config/environment.rb:52 from ./script/server:68 from instiki:6 wb at RAMOTH:~/data/data/ChangeLog/instiki-0.10.2$ ruby1.9 instiki /home/wb/data/data/ChangeLog/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb:13:in `send'': private method `alias_method'' called for Date:Class (NoMethodError) from /home/wb/data/data/ChangeLog/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/core_ext/date/conversions.rb:13:in `append_features'' from /home/wb/data/data/ChangeLog/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/core_ext/date.rb:5 from /home/wb/data/data/ChangeLog/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/core_ext.rb:1 from /home/wb/data/data/ChangeLog/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/core_ext.rb:1 from /home/wb/data/data/ChangeLog/instiki-0.10.2/vendor/rails/activesupport/lib/active_support.rb:30 from /home/wb/data/data/ChangeLog/instiki-0.10.2/config/environment.rb:52 from ./script/server:68 from instiki:6 Thanks in advance, W. Budell
Hi William,> Operating system: Ubuntu Breezy Badger > Both Ruby 1.8.3 and Ruby 1.9 installed; error messages were produced by > both Ruby versions.The debian packagers (which Ubuntu relies on) have done nasty things to the Ruby stdlib. If you installed it from Synaptic (or apt-get) you need a few more libs (can''t tell which ones you''re missing from the above; try anything with libxxx-ruby :) Or just build Ruby 1.8.4 from the source. Haven''t tried it with Ruby 1.9. HTH, Assaph