About 50% of the time, when I run bundle (or bundle exec foo) I get an error like the following:
> bundle
/usr/local/Cellar/ruby/1.9.3-p374/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': No such file or directory - /usr/local/lib/?y (Errno::ENOENT)
from /usr/local/Cellar/ruby/1.9.3-p374/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/
Perform a system-wide install for rubygems-update-1.8.21 first, if you have root access.
I am trying to install of ruby-gems below and errors appeared:
Code:
E: Unable to locate package eventmachine
Code:
E: Unable to locate package CFPropertyList
Code:
E: Unable to locate package httparty
Code:
E: Unable to locate package json
Code:
E: Unable to locate package uuidtools
Code:
E: Unable to locate package ruby-gems
I am using Ubuntu 11.10 now!
I'm trying to install Ruby-2.0.0-rc2 with ruby-build on Windows under Cygwin. And for the second time I get BUILD FAILED error. First time I had no make utility and got BUILD FAILED very fast after the beginning. Now I got BUILD FAILED because have no OpenSSL lib pre-installed in Cygwin.
I hope my title isn't confusing. I've got a CentOS 5 machine and I had Ruby 1.8.7 installed on here. So in order to upgrade my Ruby installation and gems/rails I
Uninstalled Ruby: sudo yum remove ruby
Downloaded the latest stable release of ruby and untared it: wget...
So I was making a cgi ruby script and had the following at the top of the script file:
#!/usr/bin/env ruby
require 'rubygems'
require 'action_pack'
require 'cgi'
After a couple of hours of not getting "/usr/bin/env: ruby: No such file or directory" error and google searching, I uninstalled my system ruby 1.8.7 (I also had 1.9.3 installed via rvm) by doing sudo apt-get purge ruby rubygems.
I'd like to get a list of all files in my Gentoo Linux system that were not installed by the package manager (Portage). This is because I want to keep my system as clean as possible, removing all useless files lying around.
Let me tell you what I've tried until now.
Here I'm, back again with a new blog.There's been a while since my latest one but I'm now back.Here's a very simple argument with just few tricks: Install VMWare Player on Gentoo, nothing strange but on Gentoo amd64 there are few little exceptions.
Hello, I try to install ruby and ruby gems.But the gems fail to find install which resides on /usr/bin/install.But if I ask Ruby where I can find install it says /bin/installCan this be corrected.A discussion about this can be found at : https://github.com/flori/json/issues/147Roelof