From: books at ejurka.com (Kris Jurka) Date: Tue, 4 Mar 2008 16:19:55 -0500 (EST) Subject: [Pljava-dev] (Third try to post) Installation issue: /usr/share/pljava/pljava.so: undefined symbol: session_timezone In-Reply-To: <56DA5079467D1C48B857C6FE59D5D4FCF6B5E0@prodeaserve.prodea.local> References: <56DA5079467D1C48B857C6FE59D5D4FCF6B5E0@prodeaserve.prodea.local> Message-ID: 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