Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rails 3 install error "File not found: lib"

When installing Rails 3.0.1 i always get following error message, although i can use the installation.

I'm not sure if there's something wrong, I'm irritated by the error message.

like image 794
Sevyls Avatar asked Nov 09 '10 02:11

Sevyls


2 Answers

As in the answer by balupton:

Ruby on Rails Beta 3 Install Problem on Snow Leopard

gem install rdoc 

Follow instructions and then rerun

gem install rails 

No errors occur to me now.

like image 81
Sevyls Avatar answered Sep 23 '22 17:09

Sevyls


That didn't work for me, but this did sudo gem install rails --no-rdoc --no-ri

like image 23
Drew LeSueur Avatar answered Sep 21 '22 17:09

Drew LeSueur