Re: Installing PL/Python (progress!) - Mailing list pgsql-general

From Tom Lane
Subject Re: Installing PL/Python (progress!)
Date
Msg-id 19740.1034170681@sss.pgh.pa.us
Whole thread Raw
In response to Re: Installing PL/Python (progress!)  (Chris Hall <hall.cj@verizon.net>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [pgsql-performance] Large databases, performance
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: [pgsql-performance] Large databases, performance