On Nov 27, 4:11 pm, ta... / sirca.org.au wrote: > On Nov 14, 5:40 am, "ara.t.howard" <ara.t.how... / gmail.com> wrote: > > > On Nov 13, 2007, at 12:10 AM, alex... / gmail.com wrote: > > > > I'm currently getting this error, help would be appreciated. Evan > > > Weaver's blog doesn't seem to be updated with information about the > > > current versions. > > > i never did get it to build either... > > > a @http://codeforpeople.com/ > > -- > > it is not enough to be compassionate. you must act. > > h.h. the 14th dalai lama > > Ok, I had the same problem and have just fixed it. > > What was happening was that it couldn't find rbconfig.rb. On my > computer, this is located in: > /usr/local/lib/ruby/1.8/i686-darwin8.9.1 > > but it was looking for it one directory up. > > so from /usr/local/lib/ruby/1.8/ go and put a symlink in thus: > sudo ln -s i686-darwin8.9.1/rbconfig.rb rbconfig.rb > > and it all worked fine from then on. > > Cheers, > Taryn ok - a better solution... add "/usr/local/lib/ruby/1.8/" to your $PATH and all will be happy.