On Tue, 4 Mar 2008, Mike Toler wrote:
> I have been trying to install pljava on a system and keep running into
> the same issue. I have managed to work my way through the majority of
> the common installation issues (libjvm not in ldconfig, etc), but now
> I'm stuck.
>
> Postgres 8.2.6
>
> org.postgresql.util.PSQLException: ERROR: could not load library
> "/usr/share/pljava/pljava.so": /usr/share/pljava/pljava.so: undefined
> symbol: session_timezone at
>
It looks like you're trying to load a pljava build for postgresql 8.3 into
an 8.2 server because session_timezone is an 8.3 only symbol. Are you
sure you've got the right version? Did you download this or build it
yourself?
Kris Jurka