| From: | George Weaver <gweaver(at)shaw(dot)ca> |
|---|---|
| To: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: Problem getting xml2 contrib module working with 8.1 |
| Date: | 2005-11-17 16:55:53 |
| Message-ID: | 000f01c5eb97$c7c20ee0$6400a8c0@Dell4500 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
----- 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bendik Rognlien Johansen | 2005-11-17 17:40:15 | Restoring sequence values |
| Previous Message | Emiliano Amilcarelli | 2005-11-17 14:46:46 | Re: plpython integer types |