Re: 8.0.0beta3 plpython link troubles - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 8.0.0beta3 plpython link troubles
Date
Msg-id 6036.1097367546@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.0.0beta3 plpython link troubles  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom Lane <tgl@sss.pgh.pa.us> writes:
> Michael Fuhr <mike@fuhr.org> writes:
>> PostgreSQL 8.0.0beta3 (CVS HEAD)
>> Python 2.3.4
>> Solaris 9

>> Executing a plpythonu function that used to work now causes the
>> following error (wrapped):

> It's broken on Fedora Core as well.  I wonder how well tested that
> distutils change was...

No, it wasn't the distutils change, it was the change to make plpython
build on Windows.  This has evidently broken it on every other platform.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: 8.0.0beta3 plpython link troubles
Next
From: Michael Fuhr
Date:
Subject: 8.0.0beta3: dblink can't find libpq