On Dec 1, 3:38 pm, Srdan Dukic <[email protected]> wrote: > Hi, > > I'm fairly new to rails development and am using Ubuntu 9.04 as my > distribution. I'm trying to get the 'authlogic_example' sample app working, > however I run into this problem when I try to install the gems neccessary. > > $ sudo rake gems:install > (in /home/srdan/rails/authlogic_example) > rake aborted! > can't activate activesupport (>= 0, runtime), already activated > activesupport-2.1.0 > > (See full trace by running task with --trace) >
Can you post the result of running the task with --trace, as recommended by the error? Also, check to see if you have any other versions of Ruby installed, as the error implies that ActiveSupport 2.1.0 is being loaded from *someplace*, but it's not shown in the output of 'gem list'. --Matt Jones -- 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.

