Re: Problem building both Python 2 and 3 into Postgres 9.4.4?

From: pbj(at)cmicdo(dot)com
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem building both Python 2 and 3 into Postgres 9.4.4?
Date: 2015-07-20 11:23:07
Message-ID: 1437391387.5253.YahooMailBasic@web161704.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That worked, thank you.

The Tip in 43.1 did not explain in that much detail. I searched but could
not find that explained anywhere in the docs. Your paragraph would be
a nice enhancement to the tip.

PJ

--------------------------------------------
On Sun, 7/19/15, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

Subject: Re: [GENERAL] Problem building both Python 2 and 3 into Postgres 9.4.4?
To: pbj(at)cmicdo(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Date: Sunday, July 19, 2015, 4:54 PM

pbj(at)cmicdo(dot)com
writes:
> Has anyone successfully built
Python 2 and 3 into the same installation
> of Postgres 9.4.4?

I do not think you can do it like this:

> make distclean
> ./configure --with-openssl --with-libxml
--with-libxslt --with-python PYTHON=/usr/bin/python
> make
> ./configure
--with-openssl --with-libxml --with-libxslt --with-python
PYTHON=/usr/bin/python3
> make
> make install

You need to configure and make one way, then
install, then make distclean,
reconfigure
and remake the other way, then make install in only the
src/pl/plpython directory.  The recipe as you
have it will end up with
only one installed
copy of plpython, not two, and I'm not real sure that
that copy will be correctly built for either
case.

           
regards, tom lane


--
Sent via pgsql-general
mailing list (pgsql-general(at)postgresql(dot)org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andres Freund 2015-07-20 11:27:12 Re: Lots of stuck queries after upgrade to 9.4
Previous Message Andres Freund 2015-07-20 11:22:42 Re: Lots of stuck queries after upgrade to 9.4