Re: Threaded python on FreeBSD - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Threaded python on FreeBSD
Date
Msg-id 1765.1160950752@sss.pgh.pa.us
Whole thread Raw
In response to Re: Threaded python on FreeBSD  ("Jim C. Nasby" <jim@nasby.net>)
Responses Re: Threaded python on FreeBSD  ("Jim C. Nasby" <jim@nasby.net>)
List pgsql-hackers
"Jim C. Nasby" <jim@nasby.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


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: [BUGS] BUG #2683: spi_exec_query in plperl returns
Next
From: mark@mark.mielke.cc
Date:
Subject: Re: Postgresql Caching