| Message: 53704 |
 |
BY: Erik Hollensbe (erikh) DATE: 2008-04-01 10:34 SUBJECT: RE: DBI :: Postgresql not working on windows Do you have the 'ruby-pg' library installed?
It's here:
http://rubyforge.org/projects/ruby-pg/
If so, we have a real problem (I haven't been able to test on windows), otherwise, that error message could really use some work. From it, I believe that it's a load path issue.
The load path code needs to be gutted and replaced with something infinitely simpler. This is a target for 0.4.0.
Also curious, if you have the 'ruby-pg' driver installed and it's not working, install the 'ruby-postgres' driver and tell me if DBI 0.1.1 works for you. | |