thanks to Mark Vander Voord
I had already install the libsqlite3-dev and sqlite3-ruby
when i use sqlite3 without shoes ,it works fine

my ruby is not the "apt-get" version, I compiled from the source,is this
the problem?

Mark Vander Voord 写道:
> On Ubuntu I believe you need to also install libsqlite3-dev in order
> to properly install sqlite3-ruby, like so:
>
> sudo apt-get install libsqlite3-dev
> sudo gem install sqlite3-ruby
>
> Mark
>
> On Mon, Mar 9, 2009 at 9:58 PM, niedh <[email protected]
> <mailto:[email protected]>> wrote:
>
>     I've use
>     Shoes.setup do
>     gem 'activerecord'
>     end
>
>     to install the activerecord gem ,and got succes.
>     when i use active record the connect the sqlite3, it says "no
>     driver for
>     sqlite3 found",
>     and I tried to
>     Shoes.setup do
>     gem 'sqlite3-ruby'
>     end
>
>     It does not work,I guess it's because shoes has install it
>     already,since
>     i can found it in /tmp/selfxxxxxx/
>
>     I googled and not found a result.
>     In windows ,it works fine.
>     what happened to my ubuntu???
>
>     Ubuntu Version : 64bit 8.04
>     ruby verserion : 1.87 use ruby xxxx
>     1.86 use apt-get intall , is ruby1.8 xxxx
>
>     some lib : i've already instal the libsqlite3 xxxx
>
>     any help ??
>     3ks
>
>

Reply via email to