From: Brian Candler Date: 2009-01-28T19:46:16+09:00 Subject: Re: Need help for Ruby DBI and PostgreSQl Manisha Tripathy wrote: > Hi, here is some information, hope it can help you to understand the > problem. > > Operating system is : Ubuntu 8.0.4 > Ruby version : 1.8.6 > DBI that i am trying to install is : dbi-0.4.1 Thank you. The problem is simply that you were following information on the web which was written for an older version of dbi. dbi-0.2.0 has all the dbd's bundled in with it. It seems that they have now been separated out into separate packages. As a result, the --with-dbd option has been removed; you choose which dbd's you want by installing the relevant dbd packages. Regards, Brian. -- Posted via http://www.ruby-forum.com/.