Re: Installing PL/Python (progress!)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Installing PL/Python (progress!)
Дата
Msg-id 19740.1034170681@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Installing PL/Python (progress!)  (Chris Hall <hall.cj@verizon.net>)
Список pgsql-general
Chris Hall <hall.cj@verizon.net> writes:
> bash-2.05$ /usr/local/pgsql/bin/createlang plpython template1
> ERROR:  Load of file /usr/local/pgsql/lib/plpython.so failed:
> /usr/local/lib/python2.2/config/libpython2.2.so: undefined symbol: openpty
> createlang: language installation failed

What shared library provides openpty() on your system?  Is that library
in the dynamic loader's search path?

It might be useful to do
    ldd /usr/local/lib/python2.2/config/libpython2.2.so
and see how the library's shared-library references get resolved.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-performance] Large databases, performance
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: [pgsql-performance] Large databases, performance