If you haven't deleted the old version (the one that comes installed with OS/X) then it's still there... it'll be in some path, and the most likely thing is that SOME pieces of ruby you have will have that shebang line in their script..
(the shebang line is the first line of a shell program that tells the shell which program to use as the executer of the file) It looks like : #!/bin/bash or #!/usr/local/ruby or something. Best thing to do is fine the other version, rename it to ruby_182 (or something) and then create a symlink called ruby which points to the new ruby. If you're using Leopard, you can find the rubies with spotlight. Julian. On 22/09/2008, at 12:47 PM, Peter Dirickson wrote: > Thanks Julian, > > Yes you right but I'm not using Ruby 1.8.2! > > "Weird is I don't have Ruby 1.8.2, I have ruby -v > ruby 1.8.6 (2008-03-03 patchlevel 114) [i686-darwin8.11.1]" > > I googled but nothing very helpful besides someone mentioning the > use of pthreads (??) Where we are using pthreads? > > I don't have any clue where to start debugging this, is > merb_datamapper? > > Is there a way to trace or debug this better? > > Thanks, > > Peter. > > > On Sun, Sep 21, 2008 at 7:29 PM, Julian Leviston > <[EMAIL PROTECTED]> wrote: > > Why are you using Ruby 1.8.2? 1.8.6 is better to use. That may well be > your issue, though I'm just guessing - I'd test under 1.8.6 first if > possible. > > Have you googled the error? > > Julian. > > > On 22/09/2008, at 11:27 AM, Peter wrote: > > > > > Hi, > > > > Anybody seems this before when running bin/merb? > > > > http://pastie.org/276942 > > > > I used thor and installed all merb gems into gems folder. List: > > > > ParseTree-2.2.0 > > RubyInline-3.7.0 > > abstract-1.0.0 > > builder-2.1.2 > > cgi_multipart_eof_fix-2.5.0 > > daemons-1.0.10 > > data_objects-0.9.6 > > diff-lcs-1.1.2 > > english-0.2.0 > > erubis-2.6.2 > > extlib-0.9.7 > > facets-2.4.4 > > fastthread-1.0.1 > > gem_plugin-0.2.3 > > haml-2.0.3 > > highline-1.4.0 > > hoe-1.7.0 > > hpricot-0.6.161 > > json_pure-1.1.3 > > mailfactory-1.4.0 > > merb-action-args-0.9.8 > > merb-assets-0.9.8 > > merb-auth-0.1.0 > > merb-builder-0.9.8 > > merb-cache-0.9.8 > > merb-core-0.9.8 > > merb-gen-0.9.8 > > merb-haml-0.9.8 > > merb-jquery-0.9.8 > > merb-mailer-0.9.8 > > merb-more-0.9.8 > > merb-parts-0.9.8 > > merb-slices-0.9.8 > > merb_datamapper-0.9.8 > > merb_has_flash-0.9.6 > > merb_helpers-0.9.8 > > mime-types-1.15 > > mongrel-1.1.5 > > rack-0.4.0 > > rake-0.8.1 > > rspec-1.1.4 > > ruby2ruby-1.1.9 > > rubyforge-1.0.0 > > templater-0.2 > > thor-0.9.6 > > > > and I have datamappers gems in the system. > > > > Weird is I don't have Ruby 1.8.2, I have ruby -v > > ruby 1.8.6 (2008-03-03 patchlevel 114) [i686-darwin8.11.1] > > > > I have this same thing working in another Intel/Mac: > > ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0] > > > > Thanks, > > > > Peter. > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
