Turns out that (a) pl/java only works with jdk 1.5 (not 1.6, which I was using) and only works with postgres 8.4 if one downloads the source from CVS and compiles locally.  Works now.<br><br>Thanks for your help!<br><br clear="all">

     -- John<br>
<br><br><div class="gmail_quote">On Fri, May 7, 2010 at 10:24 PM, John R Pierce <span dir="ltr">&lt;<a href="mailto:pierce@hogranch.com">pierce@hogranch.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div><div></div><div class="h5">John D. West wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi.  I&#39;m having difficulty installing and running pljava 1.4 on Ubuntu 10.04 64-bit.  I&#39;m running Postgresql 8.4.3, and have installed jre1.6.0_20 i586.<br>
<br>
When I try to install pljava to a database by running the install.sql script, I get the following:  ERROR:  could not load library &quot;/usr/lib/postgresql/8.4/lib/pljava.so&quot;: /usr/lib/postgresql/8.4/lib/pljava.so: undefined symbol: Int64GetDatum<br>


<br>
My LD_LIBRARY_PATH is /usr/share/java/jre1.6.0_20/lib/amd64/server /usr/share/java/jre1.6.0_20/lib/amd64/native_threads /usr/share/java/jre1.6.0_20/lib/amd64<br>
<br>
Any ideas on what I can try to fix this?<br>
</blockquote>
<br>
<br></div></div>
I got that error on a different environment* when I had issues with compilation, where I was compiling a 64bit pl/java but mistakenly using 32bit postgresql include files.<br>
<br>
<br>
<br>
<br>
<br>
* solaris 10 for sparc using the SunStudio C compiler.<br>
<br>
<br>
</blockquote></div><br>