Teresa Quintanilla wrote:
>
> org.postgresql.util.PSQLException: ERROR: could not load library
> "/usr/local/pljava/libpljava.so": /usr/local/pljava/libpljava.so:
> undefined symbol:SetUserId
>
> Could the problem be library release libpljava.so? Where could I
> downlaod another library release?
>
Yes, it is a library problem, but not a problem with the download. The
pljava-8.2-1.4 release contains pljava.so, not libpljava.so, so you're
trying to load another version of pljava that does not match your server
version.
Kris Jurka