Re: is there any missing ??

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: slackman(at)unika(dot)ac(dot)id
Cc: pgsql-admin(at)postgresql(dot)org, dbrignar(at)gmail(dot)com
Subject: Re: is there any missing ??
Date: 2006-02-03 03:17:17
Message-ID: 20060203031717.GA37650@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Feb 03, 2006 at 09:18:32AM +0700, slackman(at)unika(dot)ac(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-02-03 04:47:20 Re: strange hung processes
Previous Message slackman 2006-02-03 02:18:32 Re: is there any missing ??