On Sat, Jan 22, 2005 at 12:57:37AM -0500, Tom Lane wrote: > elein@xxxxxxxxxxx (elein) writes: > > createlang -U postgres 'plpythonu' template1 > > createlang: language installation failed: ERROR: could not load > > library "/usr/local/pgsql74/lib/plpython.so": > > /usr/local/pgsql74/lib/plpython.so: undefined symbol: PyDict_Copy > > I'd bet on a python version issue, viz plpython expecting a newer > version of python than you have installed. Hmmmm...Python 2.3.4 isn't very old, and the source code does contain a PyDict_Copy() function. The only newer version is 2.4, and it was released in late November. I was wondering if it was a dynamic linking issue, like plpython.so not finding libpython*. Does PostgreSQL's configure script check versions for Perl, Python, Tcl, etc.? If the version matters then configure ought to complain about it. -- Michael Fuhr http://www.fuhr.org/~mfuhr/ ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@xxxxxxxxxxxxxx)