Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3687
| From | Justin Collins <justincollins@ucla.edu> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Ruby Beginner Need Help.. |
| Date | 2011-04-29 03:30 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <4DBA7700.8000009@ucla.edu> (permalink) |
| References | (1 earlier) <7dd07f8a8e2e694805c50c4d6962ff96@ruby-forum.com> <BANLkTi=25zX012tZRMhTxze8wMKj2Uq0ew@mail.gmail.com> <4DBA3B63.5000801@ucla.edu> <BANLkTikmBpNaWDeZ58e9oqbAdy2EjbXnWw@mail.gmail.com> <BANLkTi=g-ZVrAGmsW-7fKhKyShjgpUanMg@mail.gmail.com> |
On 04/29/2011 01:06 AM, Didin Ibnu Sarnan wrote: > Over all I have succedeed install rails on my laptop, when I do > # rails server > > itis was failed and produce this error: > > Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in your >> Gemfile. >> > after that I try to install sqllite3 > with sudo apt-get install sqlite3 and installed, > > I try to restart server rails, but it doesn't change and keep in producing > this error. > so I try to do > > # sudo gem install sqlite3 > but it was error: > > Building native extensions. This could take a while... > ERROR: Error installing sqlite3: > ERROR: Failed to build gem native extension. > > > Anyone, can help me? > > Thank you :) You need to install the sqlite3-dev package via apt-get, then try installing the gem again. -Justin
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Ruby Beginner Need Help.. Didin Ibnu Sarnan <didinna@gmail.com> - 2011-04-28 20:17 -0500
Re: Ruby Beginner Need Help.. Stu <stu@rubyprogrammer.net> - 2011-04-28 20:48 -0500
Re: Ruby Beginner Need Help.. Didin Ibnu Sarnan <didinna@gmail.com> - 2011-04-28 22:17 -0500
Re: Ruby Beginner Need Help.. Stu <stu@rubyprogrammer.net> - 2011-04-28 22:48 -0500
Re: Ruby Beginner Need Help.. Josh Cheek <josh.cheek@gmail.com> - 2011-04-28 22:51 -0500
Re: Ruby Beginner Need Help.. Justin Collins <justincollins@ucla.edu> - 2011-04-28 23:15 -0500
Re: Ruby Beginner Need Help.. Stu <stu@rubyprogrammer.net> - 2011-04-28 23:52 -0500
Re: Ruby Beginner Need Help.. Didin Ibnu Sarnan <didinna@gmail.com> - 2011-04-29 03:06 -0500
Re: Ruby Beginner Need Help.. Justin Collins <justincollins@ucla.edu> - 2011-04-29 03:30 -0500
Re: Ruby Beginner Need Help.. Josh Cheek <josh.cheek@gmail.com> - 2011-04-29 09:33 -0500
Re: Ruby Beginner Need Help.. James Nathan <badlands_2004@yahoo.com> - 2011-05-01 23:24 -0500
Re: Ruby Beginner Need Help.. James Nathan <badlands_2004@yahoo.com> - 2011-05-06 22:50 -0500
Re: Ruby Beginner Need Help.. Didin Ibnu Sarnan <didinna@gmail.com> - 2011-04-28 23:41 -0500
Re: Ruby Beginner Need Help.. 7stud -- <bbxx789_05ss@yahoo.com> - 2011-04-29 13:16 -0500
Re: Ruby Beginner Need Help.. Didin Ibnu Sarnan <didinna@gmail.com> - 2011-04-29 19:16 -0500
Re: Ruby Beginner Need Help.. 7stud -- <bbxx789_05ss@yahoo.com> - 2011-04-28 21:56 -0500
Re: Ruby Beginner Need Help.. 7stud -- <bbxx789_05ss@yahoo.com> - 2011-04-30 17:53 -0500
csiph-web