| From: | Seref Arikan <serefarikan(at)kurumsalteknoloji(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PG-General Mailing List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: plpythonu.control missing after build from git repository |
| Date: | 2012-12-25 00:40:50 |
| Message-ID: | CA+4ThdqekQsR=HGbREh4377kKY_nokTA_Y4xuH5vRCn7CHjkhA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Tom,
Thanks a lot! For some reason, I was under the impression that contrib
would include python. the --with-python switch did the trick.
Best regards
Seref
On Mon, Dec 24, 2012 at 9:35 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Seref Arikan <serefarikan(at)kurumsalteknoloji(dot)com> writes:
> > After building postgresql from the git repository, I've tried to create a
> > db that I have, and I've faced the exact same problem described here:
> > http://archives.postgresql.org/pgsql-general/2012-02/msg00753.php
> > Basically, the extension directory does not contain plpythonu.control.
> I've
> > build with gmake world and installed accordingly.
>
> Did you configure with --with-python? Perhaps you built against a
> Python 3 installation? (plpythonu is an alias for plpython2, so it
> wouldn't get made then.)
>
> regards, tom lane
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Johnston | 2012-12-25 00:45:39 | "?" hstore operator broken in 9.2? |
| Previous Message | Adrian Klaver | 2012-12-24 21:38:25 | Re: plpythonu.control missing after build from git repository |