Ruby on Rails Tuesday, January 3, 2012

On 3 January 2012 10:16, Libber <amarnath.alapati@gmail.com> wrote:
> I am using ubuntu 10.04.
> $ ruby -v
> ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-linux]
>
> $rails -v
> Rails 2.2.3
>
> These are the additional header files I installed already
> $ sudo apt-get install libsqlite3-0 libsqlite3-dev
>
> I am behind a bad proxy, so i downloaded all gem files and installed
> locally. This sqlite-ruby-2.2.3.gem also, I downloaded and am trying to
> install locally.
>

I don't know whether it may be the problem but have you also installed sqlite3?
sudo apt-get install sqlite3

Otherwise you could use apt-file search to find which package should
supply sqlite.h

Colin

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment