Re: Problem getting xml2 contrib module working with 8.1 - Mailing list pgsql-novice

From George Weaver
Subject Re: Problem getting xml2 contrib module working with 8.1
Date
Msg-id 000f01c5eb97$c7c20ee0$6400a8c0@Dell4500
Whole thread Raw
In response to Problem getting xml2 contrib module working with 8.1  (George Weaver <gweaver@shaw.ca>)
List 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
 
 

pgsql-novice by date:

Previous
From: Emiliano Amilcarelli
Date:
Subject: Re: plpython integer types
Next
From: Bendik Rognlien Johansen
Date:
Subject: Restoring sequence values