Re: [GENERAL] plPHP in core? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [GENERAL] plPHP in core?
Date
Msg-id 200504021749.52493.peter_e@gmx.net
Whole thread Raw
In response to Re: [GENERAL] plPHP in core?  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: [GENERAL] plPHP in core?  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
Joshua D. Drake wrote:
> I am not sure I understand the question but we are
> linking against the .so now. So as long as PHP
> is and PostgreSQL ./configure knows where to look
> we should be good.

The question is, how can you build a PL/something module without having 
"something" installed at build time?  One would assume that such code 
needs to include some header files and link with a library.  I'm just 
curious about how you pulled that off.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [GENERAL] plPHP in core?
Next
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] Debugging deadlocks