plpython.so

Поиск
Список
Период
Сортировка
От elein@varlena.com (elein)
Тема plpython.so
Дата
Msg-id 20050202173807.GD1898@varlena.com
обсуждение исходный текст
Ответы Re: plpython.so  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On two different machines I've built pg 7.4 --with-python.

When I createlang plpythonu db I get this error:
createlang: language installation failed: ERROR:  could not load library "/usr/local/pgsql/lib/plpython.so":
/usr/local/pgsql/lib/plpython.so:undefined symbol: PyDict_Copy 

PyDict_Copy is a python standard call since forever.
nm shows it is not defined.
nm also shows some glib.c functions not defined.

build --with-python and createlang works fine on some other machines.

What is the problem here?  Some python module I'm missing?

Help!

--elein
elein@varlena.com



В списке pgsql-general по дате отправления:

Предыдущее
От: Lonni J Friedman
Дата:
Сообщение: Re: capturing/viewing sort_mem utilization on a per query basis
Следующее
От: Patrick Hatcher
Дата:
Сообщение: is this index bloat?