unable to build postgres-9.4 in os x 10.9 with python

From: reiner peterke <zedaardv(at)drizzle(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: unable to build postgres-9.4 in os x 10.9 with python
Date: 2014-05-30 16:49:02
Message-ID: D4136124-CA0D-43E2-B734-667787747E60@drizzle.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hi,

has anyone else had this issue and does any one know the solution?

Since upgrading my mac from os x 10.8 to 10.9, i can no long build postgres with '--with-python’.

i get the following error.

ld: framework not found Python
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [plpython2.so] Error 1
make[2]: *** [all-plpython-recurse] Error 2
make[1]: *** [all-pl-recurse] Error 2
make: *** [all-src-recurse] Error 2

my full configure command is

configure '--prefix=/usr/local/postgres/9.4' '--with-perl' '--with-python' '--with-libxml' '-with-openssl' '--with-includes=/opt/local/include/' '--with-libraries=/opt/local/lib'

any help would be appreciated.

reiner

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Asif Naeem 2014-05-30 17:25:54 Re: unable to build postgres-9.4 in os x 10.9 with python
Previous Message Martijn van Oosterhout 2014-05-30 16:19:55 Re: Fwd: libpq: indefinite block on poll during network problems

Browse pgsql-hackers by date

  From Date Subject
Next Message Asif Naeem 2014-05-30 17:25:54 Re: unable to build postgres-9.4 in os x 10.9 with python
Previous Message Teodor Sigaev 2014-05-30 16:45:26 Re: jsonb access operators inefficiency