Re: How to build postgresql 9.3 beta2 from source withplpython3u handler and postgres_fdw extensions.

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: guxiaobo1982 <guxiaobo1982(at)qq(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to build postgresql 9.3 beta2 from source withplpython3u handler and postgres_fdw extensions.
Date: 2013-07-05 13:57:11
Message-ID: 51D6D0B7.8060805@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stuart Ford 2013-07-05 13:58:38 Re: "soft lockup" in kernel
Previous Message guxiaobo1982 2013-07-05 13:48:04 Re: How to build postgresql 9.3 beta2 from source withplpython3u handler and postgres_fdw extensions.