in reply to Re^7: Installing DBD::Pg on Windows XP Pro 32b
in thread Installing DBD::Pg on Windows XP Pro 32b

well i added it to the path. You can modify environment variables for the command-line's session:
path = %path%;c:\Program-Files\PostgreSQL\8.4\lib

Unfortunately, this didn't work for me.
I even set up a new directory: c:\Progs, which points to Program Files and same problem.
  • Comment on Re^8: Installing DBD::Pg on Windows XP Pro 32b

Replies are listed 'Best First'.
Re^9: Installing DBD::Pg on Windows XP Pro 32b
by Anonymous Monk on Nov 03, 2009 at 01:23 UTC
    path=%path%;%programfiles%\PostgreSQL\8.4\lib;