search for: installerror

Displaying 18 results from an estimated 18 matches for "installerror".

2007 Sep 09
1
Installerror on installation Kaffeine on CentOS 5
Hi Folks, I've tried to install kaffeine on CentOS 5 but I get following error Transaction Check Error: file /usr/share/mimelnk/application/x-mplayer2.desktop from install of kaffeine-0.7.1-1.2.el5.rf conflicts with file from package kdelibs-3.5.4-11.el5.centos Any hints to solve this problem? Delete/rename /usr/share/mimelnk/application/x-mplayer2.desktop ? Thx Timothy
2010 Nov 22
3
Issue using bundler
...remywoertink$ bundle update Fetching source index for http://rubygems.org/ Using rake (0.8.7) Using RedCloth (4.2.3) Using abstract (1.0.0) Installing activesupport (3.0.1) /Library/Ruby/Site/1.8/rubygems/installer.rb:164:in `install'': activesupport requires Ruby version >= 1.8.7. (Gem::InstallError) from /Users/jeremywoertink/.rvm/gems/ruby-1.8.7-p302/gems/bundler-1.0.7/lib/bundler/source.rb:95:in `install'' from /Users/jeremywoertink/.rvm/gems/ruby-1.8.7-p302/gems/bundler-1.0.7/lib/bundler/installer.rb:55:in `run'' from /Users/jeremywoertink/.rvm/gems/ruby-1.8.7-p302/ge...
2007 Feb 13
3
Error installing ROR on Ubuntu
Hi, I''m trying to install Ruby On Rails on Ubuntu 6.06, running on a AMD Turion64. I installed the ruby interpreter, RubyGems and wrote: *gem install rails --include-dependencies *but I''m receiving the following error message: ERROR: While executing gem ... (Gem::InstallError) gzip error installing /usr/local/lib/ruby/gems/1.8/cache/activesupport- 1.4.1.gem It seems like it can''t install the activesupport dependency. I even tried to update my gzip but it didn''t work either. Any toughts on that? Thank you. Felipe --~--~---------~--~----~-------...
2010 May 09
7
"File not found: lib" installing rails-3.0.0.beta3 on my Mac
I''ve always distrusted the ruby and rails installs on my Mac (oOS X 10.6.3) -- sudo gem cleanup can''t seem to get rid of old gem versions (lots of Gem::InstallError: cannot uninstall). Because of that, I don''t trust the rails beta3 install I just completed. Here''s the story: * config is Apple''s ruby 1.8.7 and gem 1.3.6. * xcode is installed from Apple''s developer site. * gem env result is: RubyGems Environment: - RUBYG...
2007 Jun 22
2
clean uninstall for ferret
...to build gem native extension. ruby extconf.rb install ferret can''t find header files for ruby. _________________________________________ Then I try to uninstall and i get the following: __________________________________________ gem uninstall ferret ERROR: While executing gem ... (Gem::InstallError) Unknown gem ferret-> 0 ___________________________________________ Then I try to rake my db and i get errors ____________________________________________ $ rake db:migrate (in /home/drhenner/eggpad) rake aborted! no such file to load -- ferret_ext _________________________________________...
2010 Jul 30
1
Problem with installing Rails 2.3.8 on Ubuntu 10.04
...y/1.8/fileutils.rb:243 - File exists - /root/.gem/specs/rubygems.org%80 Exception `IOError'' at /usr/local/lib/site_ruby/1.8/rubygems/format.rb: 50 - closed stream Exception `Errno::EEXIST'' at /usr/lib/ruby/1.8/fileutils.rb:243 - File exists - /usr/lib/ruby/gems/1.8 Exception `Gem::InstallError'' at /usr/local/lib/site_ruby/1.8/rubygems/ installer.rb:233 - rails requires activesupport (= 2.3.8, runtime) ERROR: Error installing rails: rails requires activesupport (= 2.3.8, runtime) root@mars-laptop:~# -- You received this message because you are subscribed to the Google Groups...
2007 Mar 16
5
Bad ActiveSupport gem in gem repository?
All, I''m attempting to update my gems to 1.2 and I get the following: Install required dependency activesupport? [Yn] Y ERROR: While executing gem ... (Gem::InstallError) invalid gem format for c:/ruby/lib/ruby/gems/1.8/cache/activesupport-1.4.2.g em Anyone else seeing this? Anyone willing to try it to see what''s up? Thanks, Wes -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this messa...
2011 Nov 14
3
ruby 1.9.3 causes rbuf_fill timeout, but 1.8.7 does not
subject line says it all. I am trying to use the Google Storage gem (gstore), and if i use ruby 1.8.7, no problem. If i try to use ruby 1.9.3, i get this error: Timeout::Error: Timeout::Error from /usr/local/lib/ruby/1.9.1/net/protocol.rb:146:in `rescue in rbuf_fill'' from /usr/local/lib/ruby/1.9.1/net/protocol.rb:140:in `rbuf_fill'' from
2007 Jul 28
0
Bulk updating Gem source index for: http://gems.rubyforge.org
Hi all, I''m having a bit of a problem with installing ruby on rails using gem on Windows XP. after gem install rails --include-dependencies it say as follows Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::InstallError) invalid gem format for c:/ruby/lib/ruby/gems/1.8/cache/ actionpack-1.13.3.gem Any idea what I''m doing wrong here? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. T...
2012 Feb 03
0
redcar conflict netbeans
...not working so I want to remove redcar from my local machine(ubuntu 10.10) when I put this in console: > sudo gem uninstall redcar I got WARNING: Invalid .gemspec format in ''/usr/lib/ruby/gems/1.8/specifications/redcar-0.13.gemspec'' ERROR: While executing gem ... (Gem::InstallError) cannot uninstall, check `gem list -d redcar` so how can I uninstall redcar PLEASE HELP Thanks in Advance Kausik -- 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...
2012 Jun 07
0
Error in creation of new Rails Project
Hi, I have followed all the instructions to install the ruby on rails as said in the home page ( I think I have done ). But when I run the > rails new tickets after creating new files and sub-directories the following message appears Using rack-ssl (1.3.2) Installing json (1.7.3) Gem::InstallError: The ''json'' native gem requires installed build tools. Please update your PATH to include build tools or download the DevKit from ''http://rubyinstaller.org/downloads'' and follow the instructions at ''http://github.com/oneclick/rubyinstaller/wiki/Developm...
2007 Jan 21
6
rake db:migrate "undefined method `default'" error
Hi all, Just starting with Rails and working through the early chapters of the Pragmatic Programmers Agile Development with Rails book (2nd addition). When doing a "rake db:migrate" to add a column to a table I get this: undefined method `default'' for #<ActiveRecord::ConnectionAdapters::MysqlAdapter:0xb7517ec8> Any ideas? thanks, David PS: Here''s the full
2008 Nov 30
12
How to go back to using webrick default server
Hi, I''ve installed mongrel to check it out and want to go back to using webrick as default when i type server/script to run my server. How can I do this? I know that I can just type server/script webrick but i''d prefer to have it as default. Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because
2010 Dec 06
57
Which RoR to run on Mac OS X for a particular RoR app.
I am extremely new to RoR, I am. I am slowly but surely learning Ruby and the Rails concepts but the environment is confusing. I have an application that was written for my company in RoR. It is on a ubuntu server that is going to be shut down. I want to move the app to my two Macs (one Leopard and one Snow Leopard). We want to keep the app to demo a business concept but it can run locally
2007 Nov 27
13
Mongrel install crash on win32
Something suddenly went wrong in my ruby install. When installing Mongrel on my Windows XP laptop, it incorrectly tries to build it as a native extension. I don''t even get the selection where I can choose to install a compiled version. I would appreciate any help/links or similar, as I frankly don''t understand what''s going on and why I dont get the usual selection box.
2008 Jun 23
12
From Instant Rails 2.0 to Rails 2.1.0
hi, I have installed Instant Rails 2.0 on my machine which comes with Rails 2.0.2. Now I want to update my Rails to version 2.1.0. So I do gem update rails and It seems to be fine. But when I check the version of my Rails I get the following message: >rails -v C:/RoR/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in `report_activate_error'': RubyGem version error: activesupport(2.0.2 not
2007 Sep 10
3
php 5.2
Hi, I was asking about php 5.2 because I would like to use this program with these requirements: http://www.magentocommerce.com/system-requirements This ecommerce store is built with the zend framework and requires php 5.2. Mcrypt is not in the centos mirrors either. I did manage to get this beta ecommerce store installed on php 5.1.6-12 by removing the mycript line in the install xml file and
2009 Jan 29
7
Installed gems aren't installed
Like the subject says, I''ve got a really weird problem. A co-worker added a couple of gems to our rails project. I installed these gems on my machine (a macbook, os x 10.5.6), start the server, and it says it can''t find these gems: ============= Missing these required gems: mini_exiftool = 1.0.1 mini_magick = 1.2.3 You''re running: ruby 1.8.6.114 at