Re: How to build postgresql 9.3 beta2 from source withplpython3u handler and postgres_fdw extensions. - Mailing list pgsql-general

From Adrian Klaver
Subject Re: How to build postgresql 9.3 beta2 from source withplpython3u handler and postgres_fdw extensions.
Date
Msg-id 51D6D0B7.8060805@gmail.com
Whole thread Raw
In response to Re: How to build postgresql 9.3 beta2 from source withplpython3u handler and postgres_fdw extensions.  ("guxiaobo1982" <guxiaobo1982@qq.com>)
List pgsql-general
On 07/05/2013 06:48 AM, guxiaobo1982 wrote:
> And what about postgres_fdw?
>
>

To answer both your questions.

Python3
In the directory you did the configure there should be a config.log.
Open it and see what it shows for the Python build. My suspicion is you
do not have the devel libraries for Python3 installed.

postgres_fdw
This is a contrib module. You will need to cd into the
contrib/postgres_fdw directory and do the make install from there before
running CREATE EXTENSION.


--
Adrian Klaver
adrian.klaver@gmail.com


pgsql-general by date:

Previous
From: "guxiaobo1982"
Date:
Subject: Re: How to build postgresql 9.3 beta2 from source withplpython3u handler and postgres_fdw extensions.
Next
From: Stuart Ford
Date:
Subject: Re: "soft lockup" in kernel