> I am trying to install ruby on rails...but the sqlite3-ruby part
> has been the trouble giver. I read almost every trouble shoot given in
> various forums in internet but nothing worked?
What did you try? Have you also tried installing the sqlite3 header files?
Peter
Which operating system are you using and which version of rails?
Colin
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
I think the problem may be that you are trying to install sqlite-ruby
instead of sqlite3-ruby
Colin
@ Peter,In my rails project directory, where should I search for gemfile, gemfile.lock? can you explain ?
while Installing RoR, I have to sqlite3, and then link this to RoR using sqlite3-ruby. So, The first step is fine...second gives me this error!.Is there any way I can use some other database software other than sqlite3 and get rid of the error( and hope to get no more errors)
Thanks should go to Peter Vandenabeele also, it was his pointing out
that sqlite.h should not be used by sqlite3 that made me notice your
error.
Colin
Sorry for that....
For some reason, curl does not work when we are behind a proxy.
I actually started my project with the same link you gave. After two days without result, I switched to the present way...