Re: PG compilation - Mailing list pgsql-general

From km
Subject Re: PG compilation
Date
Msg-id 20070111111949.GA19593@mrna.tn.nic.in
Whole thread Raw
In response to Re: PG compilation  (Shane Ambler <pgsql@007Marketing.com>)
List pgsql-general
> >
> >I would like to know if there is a way to pass an argument to ./configure
> >to consider compiling with a specific python version ? coz i have many
> >python versions in the system .I presume that configure would check for
> >the /usr/bin/python alone, but what if i want /usr/bin/python2.5 to be
> >compiled in ?
>
> Have a look at ./configure --help

ya had looked at '--with-python' option but that is where my question arises - it looks at default python
(/usr/bin/python)and not /usr/local/bin/python2.5 which i need for PL/Python functionality in PG 8.2.1 
one solution is to soft link the /usr/bin/python to /usr/local/bin/python2.5 but i donot want to change the default
pythonon the system as some other programs depend on it. 
so i am looking for a flexibility in configuring PG that it created python modules  with python2.5 only.
any ideas ?

regards,
KM

pgsql-general by date:

Previous
From: han.holl@informationslogik.nl
Date:
Subject: Optimize expresiions.
Next
From: Peter Eisentraut
Date:
Subject: Re: PG compilation