Re: PostgreSQL - contrib/xml

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Rudi Starcevic" <rudi(at)oasis(dot)net(dot)au>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: PostgreSQL - contrib/xml
Date: 2002-07-12 01:39:57
Message-ID: GNELIHDDFBOCMGBFGEFOGEBJCDAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

The usual way to install a contrib is to run configure with whatever args
you want in the root postgres source dir. Then:

cd contrib/xml
gmake all
gmake install

Sort of thing.

Chris

> -----Original Message-----
> From: pgsql-sql-owner(at)postgresql(dot)org
> [mailto:pgsql-sql-owner(at)postgresql(dot)org]On Behalf Of Rudi Starcevic
> Sent: Friday, 12 July 2002 7:27 AM
> To: pgsql-sql(at)postgresql(dot)org
> Subject: [SQL] PostgreSQL - contrib/xml
>
>
> Hello :-)
>
> I'm not sure how to compile in the contrib/xml into Posgtresql.
> I do compile Postgres on my Debian box but I'm not sure about the flags
> etc to
> also compile the contrib stuff.
>
> I know the standard compile commands / options so in order to get the xml
> compiled can you tell me what to add.
> I'm using:
>
> ./configure --with-perl --with-openssl
> make
> make install
>
> Thanks kindly
> Regards
> Rudi.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Rudi Starcevic 2002-07-12 05:00:51 Query kill
Previous Message Rudi Starcevic 2002-07-11 23:27:04 PostgreSQL - contrib/xml