From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Peter Roethlisberger <peter(dot)roethlisberger(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: configure: error: header file <libxml/parser.h> is required for XML support |
Date: | 2010-09-15 10:18:44 |
Message-ID: | AANLkTikk8fcO7b26D-Di5m=1ZXTyCuQWWezu+ND9WRA5@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, Sep 15, 2010 at 10:57 AM, Peter Roethlisberger
<peter(dot)roethlisberger(at)gmail(dot)com> wrote:
> Hi there,
>
> I try to configure postgres:
>
> /configure --prefix=/usr/local/postgresql-8.4.4/ \
> --without-docdir \
> --with-openssl \
> --with-libxml \
> --with-libxslt \
> --with-libraries=/usr/local/openssl:/lib:/lib64:/usr/local/readline/lib:/usr/local/zlib/lib:/usr/local/openssl/lib64:/usr/local/libxml2/lib:/usr/local/libxslt/lib
> \
> --with-includes=/usr/local/readline/include:/usr/local/zlib/include:/usr/local/openssl/include:/usr/local/libxml2/include/libxml2/libxml:/usr/local/libxslt/include
>
> Now even though parser.h can be found in the includes path it claims:
>
> configure: error: header file <libxml/parser.h> is required for XML support
Your include path contains /usr/local/libxml2/include/libxml2/libxml,
so Postgres is probably looking for
/usr/local/libxml2/include/libxml2/libxml/libxml/parser.h, which I
suspect is wrong. Try removing the extra "/libxml" from the include
path.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company
From | Date | Subject | |
---|---|---|---|
Next Message | tamanna madaan | 2010-09-15 10:30:09 | Re: workaround steps for autovaccum problem |
Previous Message | Peter Roethlisberger | 2010-09-15 09:57:10 | configure: error: header file <libxml/parser.h> is required for XML support |