Re: Installing plpython3u - Mailing list pgsql-general

From Tom Lane
Subject Re: Installing plpython3u
Date
Msg-id 801.1444918560@sss.pgh.pa.us
Whole thread Raw
In response to Re: Installing plpython3u  (Dario Beraldi <dario.beraldi@gmail.com>)
Responses Re: Installing plpython3u  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Dario Beraldi <dario.beraldi@gmail.com> writes:
> Sorry guys... I executed

> ./configure --prefix=$HOME --with-python PYTHON=/usr/local/bin/python3
> make
> make install

That looks sane from here ...

> and it completed fine (see also below output from 'grep -i 'PYTHON'
> config.log'). Still after restarting postgres I get:

> createlang plpython3u sblab
> ERROR:  could not open extension control file
> "/data/sblab-home/berald01/share/postgresql/extension/plpython3u.control":
> No such file or directory
> STATEMENT:  CREATE EXTENSION "plpython3u";

Hmm, what files *do* you have in that directory?

It might be worth cd'ing into the src/pl/plpython subdirectory and
manually doing "make install" there to see what it prints.

            regards, tom lane


pgsql-general by date:

Previous
From: Rob Richardson
Date:
Subject: How can I use crosstab functons in PostgreSQL 9.3?
Next
From: Adrian Klaver
Date:
Subject: Re: pgpool ssl handshake failure