View previous topic :: View next topic |
Author |
Message |
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Thu Sep 23, 2010 8:01 pm Post subject: gem errors |
|
|
I am trying to install a ruby on rails app. When I try to update gem, I get the following error:
Updating installed gems
Updating actionmailer
ERROR: While executing gem ... (Gem::InstallError)
activemodel requires RubyGems version > 1.3.1
But 'gem -v' gives 1.3.1. So, am I doing something wrong here? This is on test server 1.5.3 64bit. |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Thu Sep 23, 2010 8:32 pm Post subject: |
|
|
What app you try to install?
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Thu Sep 23, 2010 9:12 pm Post subject: |
|
|
moo-1.1.tar.gz |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Thu Sep 23, 2010 9:25 pm Post subject: |
|
|
Do you have a link?
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Thu Sep 23, 2010 9:33 pm Post subject: |
|
|
http://mangled.me/blog/moo/
I didn't mean for you to get so involved. I thought that maybe it was a simple config error. |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Sep 24, 2010 6:05 am Post subject: |
|
|
Where exactly you get this error?
The only error I got was
Code: | Please switch to Ruby 1.9's standard CSV library. It's FasterCSV plus
support for Ruby 1.9's m17n encoding engine | .
On a clean system I had to install those gems
Code: | actionmailer (2.2.2)
actionpack (2.2.2)
activerecord (2.2.2)
activeresource (2.2.2)
activesupport (2.2.2)
calendar_date_select (1.16.1)
fastercsv (1.5.3)
mocha (0.9.8)
rails (2.2.2)
rake (0.8.7)
ruby-openid (2.1.8)
test-unit (2.1.1) |
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Fri Sep 24, 2010 3:20 pm Post subject: |
|
|
on my server, right after I ran ./configure.
will try clean install and see what happens. Did you try on sms64 or 32? |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Sep 24, 2010 4:14 pm Post subject: |
|
|
I test it on SMS64 but you can't run configure.
moo-1.1.tar.gz tree file list is
Code: | README
Rakefile
app/
config/
db/
doc/
lib/
log/
public/
script/
test/
tmp/
vendor/ |
Install rails with gem
"gem install rails -v 2.2.2"
and install dependencies with rake.
"rake gems:install"
First run "gem update --system" and will upgrade gem to 1.3.7 and after run "gem update"
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Fri Sep 24, 2010 4:27 pm Post subject: |
|
|
sorry about the post. I was testing a couple of apps and said the wrong thing. I did run rake gems:install and that was when the message error appeared.
I will follow your guide and re-install.
thanks for the help |
|
Back to top |
|
|