Building plpython on Mac OSX...

From: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Building plpython on Mac OSX...
Date: 2004-09-13 17:22:18
Message-ID: 76E326CA-05A9-11D9-A0FB-000393779D9C@eku.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Have any configure experts looked at building plpython.so
on mac os x lately?

The standard configure key "--with-python" fails miserably
(libpython is not a shared lib error message).

I found help on the macosxguru site,

Basically one has to change the python_libspec
to (in Makefile.global)

python_libspec = -framework Python

and then comment out the tests for a shared library
in src/pl/plpython/Makefile

Has this been fixed in version 8?

Thanks

Jerry

Responses

Browse pgsql-general by date

  From Date Subject
Next Message MaRCeLO PeReiRA 2004-09-13 17:49:36 Number of Active Connections
Previous Message Phil Endecott 2004-09-13 17:21:29 Re: Index inheritance