I just downloaded the latest instiki to my Debian Sarge machine with Ruby 1.8.2. Here''s what I got when I tried to start it: # ./instiki /root/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/dependencies.rb:200:in `require'': no such file to load -- markup/simple_markup (MissingSourceFile) from /root/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/dependencies.rb:200:in `require'' from /root/instiki-0.10.2/lib/rdocsupport.rb:6 from /root/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/dependencies.rb:200:in `require'' from /root/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/dependencies.rb:200:in `require'' from /root/instiki-0.10.2/app/models/chunks/engines.rb:5 from /root/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/dependencies.rb:200:in `require'' from /root/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/dependencies.rb:200:in `require'' from /root/instiki-0.10.2/app/models/wiki_content.rb:2 ... 15 levels... from ./script/server:68:in `require'' from ./script/server:68 from ./instiki:6:in `load'' from ./instiki:6 # What am I missing? -- Joel
Hi Joel, On 9/17/05, Joel Konkle-Parker <jjk3 at msstate.edu> wrote:> I just downloaded the latest instiki to my Debian Sarge machine with > Ruby 1.8.2. Here''s what I got when I tried to start it: > > # ./instiki > /root/instiki-0.10.2/vendor/rails/activesupport/lib/active_support/dependencies.rb:200:in `require'': no such file to load -- markup/simple_markup (MissingSourceFile)[snip]> What am I missing?You''re missing RDoc. You need to apt-get rdoc. HTH, Assaph