![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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): |
#3
| |||
| |||
|
|
Michael Fuhr <mike (AT) fuhr (DOT) 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... |
#4
| |||
| |||
|
|
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=20 platform. |
#5
| |||
| |||
|
|
Clearly, pyhon_libspec needs the -lpython$python_version back. Just not on win32 (because we don't have libpython2.3 there, we only ahve python23.dll). but perhaps that could/should be filtered out in the Makefile and not in python.m4. I don't have a good working autoconf, so it'd be nice if someone who does could check out a working fix. |
#6
| |||
| |||
|
|
"Magnus Hagander" <mha (AT) sollentuna (DOT) net> writes: Clearly, pyhon_libspec needs the -lpython$python_version back. Just not on win32 (because we don't have libpython2.3 there, we only ahve python23.dll). but perhaps that could/should be filtered out in the Makefile and not in python.m4. I don't have a good working autoconf, so it'd be nice if someone who does could check out a working fix. Send me a sketch of a diff and I'll be glad to test. |
![]() |
| Thread Tools | |
| Display Modes | |
| |