Google brought me here. > 2) Install Ruby 1.9.1, SQLite3, and Mysql 5 Ports > > sudo port install ruby19 +nosuffix > sudo port mysql5 +server > sudo port sqlite3 > > Note: The above ruby19 install generates the required executables > without the extension.
I installed ruby 1.9.1 with the 1.9 suffix, and I think ./script/server is confused and is trying to run the old ruby stuff that ships with OSX. Does it mean I have to reinstall everything from scratch with the +nosuffix flag? Thanks -- 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.

