Re: is there any missing ?? - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: is there any missing ??
Date
Msg-id 20060203031717.GA37650@winnie.fuhr.org
Whole thread Raw
In response to Re: is there any missing ??  (slackman@unika.ac.id)
List pgsql-admin
On Fri, Feb 03, 2006 at 09:18:32AM +0700, slackman@unika.ac.id wrote:
> %bin/createlang plpythonu template1;
> createlang: language installation failed: ERROR:  could not load library
> "/usr/local/pgsql/lib/plpython.so": dlopen
> (/usr/local/pgsql/lib/plpython.so) failed:
> /usr/local/pgsql/lib/plpython.so: Undefined symbol "pthread_create"

There have been previous reports of PL/Python problems on FreeBSD.
I'm not sure what the current status is; search the list archives
for past discussion.  I think one solution is to build a non-threaded
Python (WITHOUT_THREADS=yes if you're installing from the ports
collection), but that obviously has implications for other Python
applications.

--
Michael Fuhr

pgsql-admin by date:

Previous
From: slackman@unika.ac.id
Date:
Subject: Re: is there any missing ??
Next
From: Tom Lane
Date:
Subject: Re: strange hung processes