----- Original Message -----
From: George Weaver
>"psql:C:/Program Files/PostgreSQL/postgresql-8.1.0/contrib/xml2/pgxml.sql:4: ERROR: could not load library "C:/Program >Files/PostgreSQL/8.1/lib/libpgxml.dll": The specified module could not be found."
>Any thoughts as to why these steps have worked to date, but not now, and what I should do to resolve the problem?
I solved this problem and found that there are 2 ways to do so:
1. By copying libxml2.dll, libxslt.dll and libexslt.dll to C:\Program Files\PostgreSQL\8.1\bin
or
2. Leaving libxml2.dll, libxslt.dll and libexslt.dll in C:\Program Files\PostgreSQL\8.1\lib and adding C:\Program Files\PostgreSQL\8.1\lib to the system path.
George