From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Lamar Owen <lowen(at)pari(dot)edu> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Jan Wieck <JanWieck(at)Yahoo(dot)com>, Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Call for 7.5 feature completion |
Date: | 2004-05-19 01:58:22 |
Message-ID: | 40AABF3E.5080100@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> So you then have to build PHP twice, in an RPM build environment. You mean I
> can't just have the headers installed to build plPHP? So, follow the
No you need to make sure that PHP is available as a shared lib.
> 1.) Build PostgreSQL
> 2.) Build PHP (with PostgreSQL client support)
> 3.) Build plPHP (with PostgreSQL SPI support, or maybe even PostgreSQL client
> support for cross database queries? :-))
Right.
>
> Try building the RPMs for PHP plus PostgreSQL and plPHP, then tell me how you
> solved the circular dependency.
Actually plPHP doesn't require the PostgreSQL source tree... you would
just have to modify the Make file to point to the right places.
J
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-05-19 02:06:51 | Re: [HACKERS] pg_autovacuum seems to be a neat freak and cleans way |
Previous Message | Brian Hirt | 2004-05-19 01:57:44 | Re: pg_autovacuum seems to be a neat freak and cleans way too much |