Re: Threaded python on FreeBSD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Threaded python on FreeBSD
Date: 2006-10-15 22:19:12
Message-ID: 1765.1160950752@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Jim C. Nasby" <jim(at)nasby(dot)net> writes:
> Take a look at the failure output...

> ERROR: could not load library
> "/home/buildfarm/buildfarm/HEAD/inst/lib/postgresql/plpython.so": dlopen
> (/home/buildfarm/buildfarm/HEAD/inst/lib/postgresql/plpython.so) failed:
> /usr/local/lib/python2.5/config/libpython2.5.so: Undefined symbol
> "pthread_attr_destroy"

I suspect the problem here is that the backend isn't linked with
-lpthread. We aren't going to let libpython dictate whether we do so,
either...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2006-10-15 22:50:00 Re: BUG #2683: spi_exec_query in plperl returns column names which are not marked as UTF8
Previous Message David Fetter 2006-10-15 22:16:31 Re: [HACKERS] BUG #2683: spi_exec_query in plperl returns