"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