Rail Shafigulin wrote in post #970103: > i need to use old version of ruby (1.8.7) and older version of rails > (2.1.0)
First question: why do you need to do that? > so i decided to use rvm. Good choice. > however since i'm somewhat new to ruby > and rails i'm having issues. i created a gemset with rvm for my project, > installed rails 2.1.0 into it. after that i created a project and a > scaffolding for it. however i bumped onto an issue with sqlite3 (or > sqlite3-ruby). it seems to me that sqlite3-ruby gem is not installed. Why does it seem that way? What is your basis for believing this? > i > tried installing it using > > gem install sqlite3-rub > > but here is what i'm getting > > > Building native extensions. This could take a while... > ERROR: Error installing sqlite3-ruby: > ERROR: Failed to build gem native extension. > > /home/cyboman/.rvm/rubies/ruby-1.8.7-p302/bin/ruby extconf.rb > checking for sqlite3.h... no > sqlite3.h is missing. Try 'port install sqlite3 +universal' > or 'yum install sqlite3-devel' and check your shared library search path > (the > location where your sqlite3 shared library is located). And did you follow these instructions? Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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 group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

