> I guess "gem -v" should be to return 1.3.1 somehow... At last I found http://docs.rubygems.org/read/chapter/15#page101 tells "GEM_HOME should point to $PREFIX/lib/ruby/gems/1.8 if it used with the 1.8 version of ruby." and that kind of settings now makes all OK. "gem -v" now returns 1.3.1 and script/server starts WEBrick.
I used to use /usr/local/rubygems/ of gem install dir, according to the default setting of gem (of former version). I damn that setting! I also find the default is now /usr/local/lib/ruby/gems/1.8 under gem of v1.3.1. [EMAIL PROTECTED], Japan -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

