I am attempting to get DBD:Oracle and DBD:Postgres to work under Windows 7 via cygwin. I was able to successfully install DBI, but the database specific modules fail. I am doing: $perl Makefile.pl $make $make test $make install Both Oracle & Postgres are failing on the make. I really need to get this working today, do not really have time to fool around with things. Is it possible that these modules are already compiled by someone that I can simply drop them into place somewhere? If so, can I be pointed to a place to download with instructions on where the files go? I am using he latest version of cygwin and not sure why things are not compiling. I can send the error messages as well if that is needed but really just want to download a compiled version and do a $make install and get going on this. J.V.