You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Koper, Dies" <di...@fast.au.fujitsu.com> on 2012/12/01 15:04:48 UTC

DC cimi won't start anymore on Windows

Just a heads up that DC won't start with the cimi front-end on Windows
anymore.
I get a popup saying is can't start because sqlite3.dll is missing from
my computer.
This is after a git pull and bundle install, with neither showing any
errors.

The trace starts with:
D:/programs/Ruby187/lib/ruby/gems/1.8/gems/do_sqlite3-0.10.10-x86-mingw3
2/lib/do_sqlite3/1.8/do_sqlite3.so: 126: The specified module c
ould not be found.   -
D:/programs/Ruby187/lib/ruby/gems/1.8/gems/do_sqlite3-0.10.10-x86-mingw3
2/lib/do_sqlite3/1.8/do_sqlite3.so (Load
Error)

I was able to get past this by doing a gem install do_sqlite, which
installed do_sqlite3-0.10.10-x86-mingw32, and then downloading the
sqlite dlls from http://www.sqlite.org/sqlite-dll-win32-x86-3071401.zip
and unzipping them to my ruby\bin folder.

Regards,
Dies Koper



RE: DC cimi won't start anymore on Windows

Posted by David Lutterkort <lu...@redhat.com>.
On Sun, 2012-12-02 at 23:20 -0800, David Lutterkort wrote:
> On Sun, 2012-12-02 at 22:00 -0800, David Lutterkort wrote:
> > On Mon, 2012-12-03 at 16:16 +1100, Koper, Dies wrote:
> > > Hi Ronny, all,
> > > 
> > > I get the same error on CentOS 6.2.
> > > Jesus somehow hasn't seen that error (yet?) on Ubuntu.
> > > I suppose David will be arriving any moment now, I'll ask him what he
> > > gets/got.
> > 
> > You might also have to run bundle install.
> 
> Also, if you don't have a
> directory /var/tmp/deltacloud-${DRIVER}-${USER}
> (e.g., /var/tmp/deltacloud-mock-lutter) create it and make sure it's
> mode includes u+rwx

Correction: that dir needs to be called /var/tmp/deltacloud-mock-${USER}
regardless of the driver.

David



RE: DC cimi won't start anymore on Windows

Posted by David Lutterkort <lu...@redhat.com>.
On Sun, 2012-12-02 at 22:00 -0800, David Lutterkort wrote:
> On Mon, 2012-12-03 at 16:16 +1100, Koper, Dies wrote:
> > Hi Ronny, all,
> > 
> > I get the same error on CentOS 6.2.
> > Jesus somehow hasn't seen that error (yet?) on Ubuntu.
> > I suppose David will be arriving any moment now, I'll ask him what he
> > gets/got.
> 
> You might also have to run bundle install.

Also, if you don't have a
directory /var/tmp/deltacloud-${DRIVER}-${USER}
(e.g., /var/tmp/deltacloud-mock-lutter) create it and make sure it's
mode includes u+rwx

David



RE: DC cimi won't start anymore on Windows

Posted by David Lutterkort <lu...@redhat.com>.
On Mon, 2012-12-03 at 16:16 +1100, Koper, Dies wrote:
> Hi Ronny, all,
> 
> I get the same error on CentOS 6.2.
> Jesus somehow hasn't seen that error (yet?) on Ubuntu.
> I suppose David will be arriving any moment now, I'll ask him what he
> gets/got.

You might also have to run bundle install.

David



RE: DC cimi won't start anymore on Windows

Posted by "Koper, Dies" <di...@fast.au.fujitsu.com>.
Hi Ronny, all,

I get the same error on CentOS 6.2.
Jesus somehow hasn't seen that error (yet?) on Ubuntu.
I suppose David will be arriving any moment now, I'll ask him what he
gets/got.

Regards,
Dies Koper


> -----Original Message-----
> From: Ronelle Landy [mailto:rlandy@redhat.com]
> Sent: Monday, 3 December 2012 1:55 PM
> To: dev@deltacloud.apache.org
> Cc: dev@deltacloud.apache.org; Michal Fojtik
> Subject: Re: DC cimi won't start anymore on Windows
> 
> 
> 
> Sent from my iPhone
> 
> On Dec 2, 2012, at 10:55 PM, David Lutterkort <lu...@redhat.com>
wrote:
> 
> > On Sat, 2012-12-01 at 20:02 -0500, Ronelle Landy wrote:
> >>> From: "Dies Koper" <di...@fast.au.fujitsu.com>
> >>> To: dev@deltacloud.apache.org
> >>> Sent: Saturday, December 1, 2012 9:04:48 AM
> >>> Subject: DC cimi won't start anymore on Windows
> >>>
> >>> Just a heads up that DC won't start with the cimi front-end on
> >>> Windows
> >>> anymore.
> >>
> >> :( ... Yes, this is problem on Fedora 16 as well.
> >>
> >> *********
> >> An error occurred while installing do_sqlite3 (0.10.10), and
Bundler
> cannot continue.
> >> Make sure that `gem install do_sqlite3 -v '0.10.10'` succeeds
before
> bundling.
> >>
> >> [root@cloud-qe-9 server]# gem install do_sqlite3 -v '0.10.10'
> >> Building native extensions.  This could take a while...
> >> .....
> >> ERROR:  Error installing do_sqlite3:
> >>    ERROR: Failed to build gem native extension.
> >> ********
> >>
> >> Michal, think this is Friday's DataMapper submission. Moical, can
you
> >> help us fix the deps here?
> >
> > On Fedora, you need to install sqlite-devel to get the crucial
header
> > file for building do_sqlite3. Something similar needs to happen for
> > Windows, too.
> >
> > We'll need to update the install instructions for the site to
indicate
> > this.
> >
> > David
> >
> >
> I actually tried that yesterday on F16. I got by the sqlite dep by
doing a "yum
> install sqlite-devel" but then got the following trace when just
starting
> deltacloud server - cimi/mock : (maybe I missed some setup step when I
lost
> audio from the community call but I'm pretty sure this should still
work)...
> 
> [root@cloud-qe-9 server]# ./bin/deltacloudd -i mock -f cimi -r
cloud-qe-
> 9.idm.lab.bos.redhat.com
> Starting Deltacloud API :: mock ::http://cloud-qe-
> 9.idm.lab.bos.redhat.com:3001/cimi/cloudEntryPoint
> 
> ~ unable to open database file (code: 14, sql state: , query: , uri: )
> /usr/lib/ruby/gems/1.8/gems/data_objects-
> 0.10.10/lib/data_objects/connection.rb:79:in `initialize': unable to
open
> database file (DataObjects::ConnectionError)
>    from /usr/lib/ruby/gems/1.8/gems/data_objects-
> 0.10.10/lib/data_objects/connection.rb:79:in `send'
>    from /usr/lib/ruby/gems/1.8/gems/data_objects-
> 0.10.10/lib/data_objects/connection.rb:79:in `__new'
>    from /usr/lib/ruby/gems/1.8/gems/data_objects-
> 0.10.10/lib/data_objects/pooling.rb:181:in `new'
>    from /usr/lib/ruby/gems/1.8/gems/data_objects-
> 0.10.10/lib/data_objects/pooling.rb:176:in `synchronize'
>    from /usr/lib/ruby/gems/1.8/gems/data_objects-
> 0.10.10/lib/data_objects/pooling.rb:176:in `new'
>    from /usr/lib/ruby/gems/1.8/gems/data_objects-
> 0.10.10/lib/data_objects/pooling.rb:121:in `new'
>    from /usr/lib/ruby/gems/1.8/gems/data_objects-
> 0.10.10/lib/data_objects/connection.rb:68:in `new'
>    from /usr/lib/ruby/gems/1.8/gems/dm-do-adapter-1.2.0/lib/dm-do-
> adapter/adapter.rb:251:in `open_connection'
>    from /usr/lib/ruby/gems/1.8/gems/dm-transactions-1.2.0/lib/dm-
> transactions/adapters/dm-do-adapter.rb:69:in `open_connection'
>    from /usr/lib/ruby/gems/1.8/gems/dm-do-adapter-1.2.0/lib/dm-do-
> adapter/adapter.rb:276:in `with_connection'
>    from /usr/lib/ruby/gems/1.8/gems/dm-do-adapter-1.2.0/lib/dm-do-
> adapter/adapter.rb:33:in `select'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/adapters/dm-sqlite-adapter.rb:43:in `table_info'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/adapters/dm-sqlite-adapter.rb:18:in `storage_exists?'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/adapters/dm-do-adapter.rb:90:in `create_model_storage'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/adapters/dm-do-adapter.rb:57:in `upgrade_model_storage'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/auto_migration.rb:73:in `upgrade_model_storage'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/auto_migration.rb:145:in `auto_upgrade!'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/auto_migration.rb:47:in `send'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/auto_migration.rb:47:in `repository_execute'
>    from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-
> core/support/descendant_set.rb:64:in `each'
>    from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-
> core/support/subject_set.rb:210:in `each'
>    from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-
> core/support/ordered_set.rb:319:in `each'
>    from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-
> core/support/ordered_set.rb:319:in `each'
>    from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-
> core/support/subject_set.rb:210:in `each'
>    from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-
> core/support/descendant_set.rb:63:in `each'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/auto_migration.rb:46:in `repository_execute'
>    from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-
> migrations/auto_migration.rb:27:in `auto_upgrade!'
>    from /home/dcloud/workspace/deltacloud/server/lib/db.rb:26:in
> `initialize_database'
>    from /home/dcloud/workspace/deltacloud/server/lib/db.rb:70
>    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
> `gem_original_require'
>    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
> `require'
>    from /usr/lib/ruby/gems/1.8/gems/require_relative-
> 1.0.3/lib/require_relative.rb:28:in `require_relative'
>    from
/home/dcloud/workspace/deltacloud/server/lib/cimi/helpers.rb:29
>    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
> `gem_original_require'
>    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
> `require'
>    from /usr/lib/ruby/gems/1.8/gems/require_relative-
> 1.0.3/lib/require_relative.rb:28:in `require_relative'
>    from /home/dcloud/workspace/deltacloud/server/lib/cimi/server.rb:24
>    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
> `gem_original_require'
>    from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
> `require'
>    from /usr/lib/ruby/gems/1.8/gems/require_relative-
> 1.0.3/lib/require_relative.rb:28:in `require_relative'
>    from
> /home/dcloud/workspace/deltacloud/server/lib/deltacloud_rack.rb:42:in
> `require_frontend!'
>    from
> /home/dcloud/workspace/deltacloud/server/lib/deltacloud_rack.rb:126:in
> `require!'
>    from /home/dcloud/workspace/deltacloud/server/config.ru:62
>    from /home/dcloud/workspace/deltacloud/server/config.ru:56:in
`each'
>    from /home/dcloud/workspace/deltacloud/server/config.ru:56
>    from
/usr/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in
> `instance_eval'
>    from
/usr/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in
> `initialize'
>    from /home/dcloud/workspace/deltacloud/server/config.ru:1:in `new'
>    from /home/dcloud/workspace/deltacloud/server/config.ru:1


Re: DC cimi won't start anymore on Windows

Posted by Ronelle Landy <rl...@redhat.com>.

Sent from my iPhone

On Dec 2, 2012, at 10:55 PM, David Lutterkort <lu...@redhat.com> wrote:

> On Sat, 2012-12-01 at 20:02 -0500, Ronelle Landy wrote:
>>> From: "Dies Koper" <di...@fast.au.fujitsu.com>
>>> To: dev@deltacloud.apache.org
>>> Sent: Saturday, December 1, 2012 9:04:48 AM
>>> Subject: DC cimi won't start anymore on Windows
>>> 
>>> Just a heads up that DC won't start with the cimi front-end on
>>> Windows
>>> anymore.
>> 
>> :( ... Yes, this is problem on Fedora 16 as well.
>> 
>> *********
>> An error occurred while installing do_sqlite3 (0.10.10), and Bundler cannot continue.
>> Make sure that `gem install do_sqlite3 -v '0.10.10'` succeeds before bundling.
>> 
>> [root@cloud-qe-9 server]# gem install do_sqlite3 -v '0.10.10'
>> Building native extensions.  This could take a while...
>> .....
>> ERROR:  Error installing do_sqlite3:
>>    ERROR: Failed to build gem native extension.
>> ********
>> 
>> Michal, think this is Friday's DataMapper submission. Moical, can you
>> help us fix the deps here?
> 
> On Fedora, you need to install sqlite-devel to get the crucial header
> file for building do_sqlite3. Something similar needs to happen for
> Windows, too.
> 
> We'll need to update the install instructions for the site to indicate
> this.
> 
> David
> 
> 
I actually tried that yesterday on F16. I got by the sqlite dep by doing a "yum install sqlite-devel" but then got the following trace when just starting deltacloud server - cimi/mock : (maybe I missed some setup step when I lost audio from the community call but I'm pretty sure this should still work)...

[root@cloud-qe-9 server]# ./bin/deltacloudd -i mock -f cimi -r cloud-qe-9.idm.lab.bos.redhat.com
Starting Deltacloud API :: mock ::http://cloud-qe-9.idm.lab.bos.redhat.com:3001/cimi/cloudEntryPoint

~ unable to open database file (code: 14, sql state: , query: , uri: )
/usr/lib/ruby/gems/1.8/gems/data_objects-0.10.10/lib/data_objects/connection.rb:79:in `initialize': unable to open database file (DataObjects::ConnectionError)
   from /usr/lib/ruby/gems/1.8/gems/data_objects-0.10.10/lib/data_objects/connection.rb:79:in `send'
   from /usr/lib/ruby/gems/1.8/gems/data_objects-0.10.10/lib/data_objects/connection.rb:79:in `__new'
   from /usr/lib/ruby/gems/1.8/gems/data_objects-0.10.10/lib/data_objects/pooling.rb:181:in `new'
   from /usr/lib/ruby/gems/1.8/gems/data_objects-0.10.10/lib/data_objects/pooling.rb:176:in `synchronize'
   from /usr/lib/ruby/gems/1.8/gems/data_objects-0.10.10/lib/data_objects/pooling.rb:176:in `new'
   from /usr/lib/ruby/gems/1.8/gems/data_objects-0.10.10/lib/data_objects/pooling.rb:121:in `new'
   from /usr/lib/ruby/gems/1.8/gems/data_objects-0.10.10/lib/data_objects/connection.rb:68:in `new'
   from /usr/lib/ruby/gems/1.8/gems/dm-do-adapter-1.2.0/lib/dm-do-adapter/adapter.rb:251:in `open_connection'
   from /usr/lib/ruby/gems/1.8/gems/dm-transactions-1.2.0/lib/dm-transactions/adapters/dm-do-adapter.rb:69:in `open_connection'
   from /usr/lib/ruby/gems/1.8/gems/dm-do-adapter-1.2.0/lib/dm-do-adapter/adapter.rb:276:in `with_connection'
   from /usr/lib/ruby/gems/1.8/gems/dm-do-adapter-1.2.0/lib/dm-do-adapter/adapter.rb:33:in `select'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/adapters/dm-sqlite-adapter.rb:43:in `table_info'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/adapters/dm-sqlite-adapter.rb:18:in `storage_exists?'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/adapters/dm-do-adapter.rb:90:in `create_model_storage'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/adapters/dm-do-adapter.rb:57:in `upgrade_model_storage'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/auto_migration.rb:73:in `upgrade_model_storage'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/auto_migration.rb:145:in `auto_upgrade!'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/auto_migration.rb:47:in `send'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/auto_migration.rb:47:in `repository_execute'
   from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-core/support/descendant_set.rb:64:in `each'
   from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-core/support/subject_set.rb:210:in `each'
   from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-core/support/ordered_set.rb:319:in `each'
   from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-core/support/ordered_set.rb:319:in `each'
   from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-core/support/subject_set.rb:210:in `each'
   from /usr/lib/ruby/gems/1.8/gems/dm-core-1.2.0/lib/dm-core/support/descendant_set.rb:63:in `each'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/auto_migration.rb:46:in `repository_execute'
   from /usr/lib/ruby/gems/1.8/gems/dm-migrations-1.2.0/lib/dm-migrations/auto_migration.rb:27:in `auto_upgrade!'
   from /home/dcloud/workspace/deltacloud/server/lib/db.rb:26:in `initialize_database'
   from /home/dcloud/workspace/deltacloud/server/lib/db.rb:70
   from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
   from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
   from /usr/lib/ruby/gems/1.8/gems/require_relative-1.0.3/lib/require_relative.rb:28:in `require_relative'
   from /home/dcloud/workspace/deltacloud/server/lib/cimi/helpers.rb:29
   from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
   from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
   from /usr/lib/ruby/gems/1.8/gems/require_relative-1.0.3/lib/require_relative.rb:28:in `require_relative'
   from /home/dcloud/workspace/deltacloud/server/lib/cimi/server.rb:24
   from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
   from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
   from /usr/lib/ruby/gems/1.8/gems/require_relative-1.0.3/lib/require_relative.rb:28:in `require_relative'
   from /home/dcloud/workspace/deltacloud/server/lib/deltacloud_rack.rb:42:in `require_frontend!'
   from /home/dcloud/workspace/deltacloud/server/lib/deltacloud_rack.rb:126:in `require!'
   from /home/dcloud/workspace/deltacloud/server/config.ru:62
   from /home/dcloud/workspace/deltacloud/server/config.ru:56:in `each'
   from /home/dcloud/workspace/deltacloud/server/config.ru:56
   from /usr/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval'
   from /usr/lib/ruby/gems/1.8/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize'
   from /home/dcloud/workspace/deltacloud/server/config.ru:1:in `new'
   from /home/dcloud/workspace/deltacloud/server/config.ru:1

Re: DC cimi won't start anymore on Windows

Posted by David Lutterkort <lu...@redhat.com>.
On Sat, 2012-12-01 at 20:02 -0500, Ronelle Landy wrote:
> > From: "Dies Koper" <di...@fast.au.fujitsu.com>
> > To: dev@deltacloud.apache.org
> > Sent: Saturday, December 1, 2012 9:04:48 AM
> > Subject: DC cimi won't start anymore on Windows
> > 
> > Just a heads up that DC won't start with the cimi front-end on
> > Windows
> > anymore.
> 
> :( ... Yes, this is problem on Fedora 16 as well.
> 
> *********
> An error occurred while installing do_sqlite3 (0.10.10), and Bundler cannot continue.
> Make sure that `gem install do_sqlite3 -v '0.10.10'` succeeds before bundling.
> 
> [root@cloud-qe-9 server]# gem install do_sqlite3 -v '0.10.10'
> Building native extensions.  This could take a while...
> .....
> ERROR:  Error installing do_sqlite3:
> 	ERROR: Failed to build gem native extension.
> ********
> 
> Michal, think this is Friday's DataMapper submission. Moical, can you
> help us fix the deps here?

On Fedora, you need to install sqlite-devel to get the crucial header
file for building do_sqlite3. Something similar needs to happen for
Windows, too.

We'll need to update the install instructions for the site to indicate
this.

David



Re: DC cimi won't start anymore on Windows

Posted by Ronelle Landy <rl...@redhat.com>.
> From: "Dies Koper" <di...@fast.au.fujitsu.com>
> To: dev@deltacloud.apache.org
> Sent: Saturday, December 1, 2012 9:04:48 AM
> Subject: DC cimi won't start anymore on Windows
> 
> Just a heads up that DC won't start with the cimi front-end on
> Windows
> anymore.

:( ... Yes, this is problem on Fedora 16 as well.

*********
An error occurred while installing do_sqlite3 (0.10.10), and Bundler cannot continue.
Make sure that `gem install do_sqlite3 -v '0.10.10'` succeeds before bundling.

[root@cloud-qe-9 server]# gem install do_sqlite3 -v '0.10.10'
Building native extensions.  This could take a while...
.....
ERROR:  Error installing do_sqlite3:
	ERROR: Failed to build gem native extension.
********

Michal, think this is Friday's DataMapper submission. Moical, can you help us fix the deps here?

> I get a popup saying is can't start because sqlite3.dll is missing
> from
> my computer.
> This is after a git pull and bundle install, with neither showing any
> errors.
> 
> The trace starts with:
> D:/programs/Ruby187/lib/ruby/gems/1.8/gems/do_sqlite3-0.10.10-x86-mingw3
> 2/lib/do_sqlite3/1.8/do_sqlite3.so: 126: The specified module c
> ould not be found.   -
> D:/programs/Ruby187/lib/ruby/gems/1.8/gems/do_sqlite3-0.10.10-x86-mingw3
> 2/lib/do_sqlite3/1.8/do_sqlite3.so (Load
> Error)
> 
> I was able to get past this by doing a gem install do_sqlite, which
> installed do_sqlite3-0.10.10-x86-mingw32, and then downloading the
> sqlite dlls from
> http://www.sqlite.org/sqlite-dll-win32-x86-3071401.zip
> and unzipping them to my ruby\bin folder.
> 
> Regards,
> Dies Koper
> 
> 
>