PATCH: Compiling PostgreSQL using ActiveState Python 3.2 - Mailing list pgsql-hackers

From Ashesh Vashi
Subject PATCH: Compiling PostgreSQL using ActiveState Python 3.2
Date
Msg-id CAG7mmoxa42WF=m5GS_tx7eNYL8_n_nUV4kt30=NvPooBEAq3Qw@mail.gmail.com
Whole thread Raw
Responses Re: PATCH: Compiling PostgreSQL using ActiveState Python 3.2
List pgsql-hackers
Hi,

I am trying to build PostgreSQL 9.1beta3 using the ActiveState Python 3.2.
It did not compile successfully.

When I tried to figure out the exact reason for the failure, I found that:
1. 'python_configdir' variable is hardcoded, instead it should use the configuration 'LIBPL'.
2. 'plpython' is trying get linked using '-lpython${python_version}', but it should be '-lpython${python_ldversion}'.

Please find the attached patch, which resolve the issue on my side.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi

Attachment

pgsql-hackers by date:

Previous
From: PostgreSQL - Hans-Jürgen Schönig
Date:
Subject: Re: Caching Python modules
Next
From: Dave Page
Date:
Subject: rc1 or beta4?