9.0 -> 9.1 Update postgresql pgcrypto crash.

Hi.

I've just updated FreeBSD from 9.0 to 9.1 and now in postgresql 9.0 I can't use the crypt function. When I tried to load /usr/local/lib/postgresql/pgcrypto.so file I get this error message:
Code:
psql:/usr/local/share/postgresql/contrib/pgcrypto.sql:9: ERROR:  can't load library "/usr/local/lib/postgresql/pgcrypto.so": dlopen (/usr/local/lib/postgresql/pgcrypto.so) failed: /lib/libthr.so.3: Undefined symbol "__getcontextx_size"

Already tried reinstalling postgres-contrib and postgres-server.

Any ideas? ;)
 
OK. You are really a Senior UNIX Engineer :)

I've had PTH=off.
Recompiled Python27 with PTH=on and successfully loaded pgcrypto.sql.

Thank you, SirDice!
 
Back
Top