Re: Installing PL/Python (progress!)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Hall <hall(dot)cj(at)verizon(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Installing PL/Python (progress!)
Date: 2002-10-09 13:38:01
Message-ID: 19740.1034170681@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Hall <hall(dot)cj(at)verizon(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shridhar Daithankar 2002-10-09 13:41:09 Re: [pgsql-performance] Large databases, performance
Previous Message Tom Lane 2002-10-09 13:32:50 Re: [pgsql-performance] Large databases, performance