hello ed,
yes, indeed there are some people reading this list; i just cannot
really tell what your problem is. if you have mongrel installed, you
might want to try to start instiki via mongrel, since some of your
errors seem to be webrick related(?)
another try for you: you might want to compile readline with
./configure --prefix=/usr/local

then compile ruby (maybe you might even want to try 1.8.6) with the
following ./configure parameters:
./configure --prefix=/usr/local --enable-shared --enable-pthreads
--enable-install-doc --without-tk --with-readline-dir=/usr/local
make clean && make && make install && make install-doc

then make sure you are calling the correct ruby-version by putting a
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"
in your ~/.bash_history file. else you are maybe calling the old ruby
(1.8.2) that comes with osx tiger.

tell me if that fixes your problem. also the file application.1.rb
sounds strange for me. did you find that in the 0.11.pl1 distribution
or where did that come from?


regards,
matthias


On 4/17/07, Ed Sweet <[EMAIL PROTECTED]> wrote:
> Erm.... is anyone watching this list? Am I posting to the right place?
> Was my question that dumb?
>
> Thanks,
>
> Ed.
>
> ---------- Forwarded message ----------
> From: Ed Sweet <[EMAIL PROTECTED]>
> Date: 11-Apr-2007 16:19
> Subject: Re: Problems installing...
> To: [email protected]
>
>
> Hi (again).
>
> I removed the /vendor/rails directory as instructed in the previous
> thread about 'Upgrading from 0.10.2'. This stops the system stack
> error, but now I get:
>
> "MissingSourceFile in AdminController#create_system
> no such file to load -- application"
>
> Thanks,
>
> Ed.
>
> On 11/04/07, Ed Sweet <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm trying to get Instiki-0.11pl1 running on OS X 10.4.9 with Ruby
> > 1.8.5, Rails 1.2.2, MySQL 4.1.18, but I've hit several problems
> > installing. Hopefully someone can help.
> >
> > I've got the production database created and configured and WEBrick is
> > running. When I point my browser at http://localhost:2500 I get the
> > Rails error:
> >
> > LoadError in <controller not set>#<action not set>
> > Already loaded file './app/controllers/application.rb' \\
> > but 'ApplicationController' was not set, perhaps you \\
> > need to rename './app/controllers/application.rb'?
> >
> > So I renamed application.1.rb to application_controller (as
> > application.rb is empty) and wiki_controller.1.rb to
> > wiki_controller.rb (as the supplied wiki_controller.rb is empty).
> > Tried again with the browser. Get the error message:
> >
> > SystemStackError in <controller not set>#<action not set>
> >
> > stack level too deep
> > ...
> > (and a 3000 line stack trace - some is at the bottom of this email)
> >
> > The stack trace seems to say that some dependency is missing. Can
> > anyone tell me what gems I need to run instiki?
> >
> > Is getting instiki working this difficult? ;-) Please let me know what
> > I'm doing wrong....
> >
> > Cheers,
> >
> > Ed.
> >
> > ---Stack trace---
> > Processing Base#index (for 127.0.0.1 at 2007-04-10 20:30:51) [GET]
> >  Parameters: {}
> >
> > SystemStackError (stack level too deep):
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in
> > `const_load!'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in
> > `const_missing'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_get'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_missing'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in
> > `const_missing'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_get'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_missing'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in
> > `const_missing'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_get'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_missing'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in
> > `const_missing'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_get'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_missing'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in
> > `const_missing'
> >
> > (about 3000 lines of this, then..)
> >
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_get'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:189:in
> > `const_missing'
> >    /app/controllers/wiki_controllerrb:6
> >    /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in
> > `gem_original_require'
> >    /usr/local/rubygems/lib/ruby/site_ruby/18/rubygems/custom_requirerb:27:in
> > `require'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:214:in
> > `require'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:39:in
> > `require_or_load'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:22:in
> > `depend_on'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:178:in
> > `require_dependency'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:134:in
> > `load_file!'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:97:in
> > `const_load!'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in
> > `each'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:80:in
> > `const_load!'
> >    
> > /vendor/rails/activerecord/lib///activesupport/lib/active_support/dependenciesrb:72:in
> > `const_missing'
> >    generated/routing/recognitionrb:151:in `recognize_path'
> >    /vendor/rails/actionpack/lib/action_controller/routingrb:458:in 
> > `recognize!'
> >    /vendor/rails/railties/lib/dispatcherrb:38:in `dispatch'
> >    /vendor/rails/railties/lib/webrick_serverrb:117:in `handle_dispatch'
> >    /vendor/rails/railties/lib/webrick_serverrb:83:in `service'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:104:in `service'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/httpserverrb:65:in `run'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:173:in `start_thread'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:162:in `start_thread'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:95:in `start'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `each'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:92:in `start'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:23:in `start'
> >    /usr/local/ruby-185/lib/ruby/18/webrick/serverrb:82:in `start'
> >    /vendor/rails/railties/lib/webrick_serverrb:69:in `dispatch'
> >    /script/server:49
> >    /instiki:6:in `load'
> >    /instiki:6
> > ---End of stack trace---
> >
> _______________________________________________
> Instiki-users mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/instiki-users
>
_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to