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