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

http://en.wikipedia.org/wiki/Environment_variable
  • Comment on Re^7: Installing DBD::Pg on Windows XP Pro 32b

Replies are listed 'Best First'.
Re^8: Installing DBD::Pg on Windows XP Pro 32b
by deMize (Monk) on Sep 06, 2009 at 19:50 UTC
    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.
      path=%path%;%programfiles%\PostgreSQL\8.4\lib;