Skip to content

Instantly share code, notes, and snippets.

@jnozsc
Created May 9, 2012 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnozsc/2644187 to your computer and use it in GitHub Desktop.
Save jnozsc/2644187 to your computer and use it in GitHub Desktop.
some bugs in previous version of Ruby and Rails
/usr/local/include/fuse/fuse_common.h:32:2: error: #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags! In file included from /usr/local/include/fuse/fuse.h:857, from :0:
/usr/local/include/fuse/fuse_compat.h:69:24: error: sys/statfs.h: No such file or directory
/usr/local/include/ruby-1.9.1/ruby/backward/rubyio.h:2:2: warning: #warning use “ruby/io.h” instead of “rubyio.h”
/usr/local/include/ruby-1.9.1/ruby/backward/rubyio.h:6:21: error: ruby/io.h: No such file or directory
cd /usr/local/lib/ruby/gems/1.9.1/gems/rails-3.0.3
sudo mkdir lib
sudo gem install rails
Installing ri documentation for rails-3.0.3…
file ‘lib’ not found
Installing RDoc documentation for rails-3.0.3…
file ‘lib’ not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment