You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
Hi, i'm using DataMapper with Postgresql on Windows XP for development. Ruby 1.9.3 with RubyInstaller. The setup is normal, there is no error in loading gems.
But when i run the same setup on Windows Server 2008 machine, do_postgres can't be loaded. The error is here:
E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/do_postgres-0.10.12-x86-mingw32/lib/d
o_postgres.rb:31:in `require': 126: The specified module could not be found. -
E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/do_postgres-0.10.12-x86-mingw32/lib/
do_postgres/1.9/do_postgres.so (LoadError)
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/do_postgres-0.10.12-x86-
mingw32/lib/do_postgres.rb:31:in `rescue in <top (required)>'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/do_postgres-0.10.12-x86-
mingw32/lib/do_postgres.rb:26:in `<top (required)>'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/dm-postgres-adapter-1.2.
0/lib/dm-postgres-adapter/adapter.rb:1:in `require'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/dm-postgres-adapter-1.2.
0/lib/dm-postgres-adapter/adapter.rb:1:in `<top (required)>'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/dm-postgres-adapter-1.2.
0/lib/dm-postgres-adapter.rb:1:in `require'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/dm-postgres-adapter-1.2.
0/lib/dm-postgres-adapter.rb:1:in `<top (required)>'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/dm-core-1.2.0/lib/dm-cor
e/adapters.rb:163:in `require'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/dm-core-1.2.0/lib/dm-cor
e/adapters.rb:163:in `load_adapter'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/dm-core-1.2.0/lib/dm-cor
e/adapters.rb:133:in `adapter_class'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/dm-core-1.2.0/lib/dm-cor
e/adapters.rb:13:in `new'
from E:/dungth/Ruby193/lib/ruby/gems/1.9.1/gems/dm-core-1.2.0/lib/dm-cor
e.rb:230:in `setup'
Do you know why is this error and how to fix it ?
Thank you very much.
The text was updated successfully, but these errors were encountered:
Haven't seen this error before, but have you also installed the postgres dll files? After installing the gem it should print instructions on how to do this.
Hi, i'm using DataMapper with Postgresql on Windows XP for development. Ruby 1.9.3 with RubyInstaller. The setup is normal, there is no error in loading gems.
But when i run the same setup on Windows Server 2008 machine, do_postgres can't be loaded. The error is here:
Do you know why is this error and how to fix it ?
Thank you very much.
The text was updated successfully, but these errors were encountered: