Re: DBD::Pg on Windows
Andrew Dunstan <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
Chris Travers wrote: > iirc this is also required when using DBD::Pg on Vanilla Perl and varients. > > > Windows needs to know where to load DLLs from. You can put them in the System directory, but that gets old fast, or you can put them in your PATH, or you can put them in the same place the loading .exe or .dll lives, which also gets old fast. So the PATH is usually the best way to go. cheers andrew