Public bug reported: on edgy, I installed postgresql-8.1-pljava and than tried to install pljava on db template1, getting this error:
[EMAIL PROTECTED]:/usr/share/postgresql-8.1-pljava$ psql template1 < install.sql [...snip...] ERROR: could not load library "/usr/lib/postgresql/8.1/lib/pljava.so": /usr/lib/postgresql/8.1/lib/pljava.so: undefined symbol: JNI_CreateJavaVM ERROR: function sqlj.java_call_handler() does not exist ERROR: could not load library "/usr/lib/postgresql/8.1/lib/pljava.so": /usr/lib/postgresql/8.1/lib/pljava.so: undefined symbol: JNI_CreateJavaVM ERROR: function sqlj.java_call_handler() does not exist [...snip...] Searching the Internet, I found these threads: http://comments.gmane.org/gmane.comp.db.postgresql.pljava/973 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390661 After I updated my system from libgcj7 to libgcj7-0, postgresql-8.1-pljava-gcj no longer works, because the libgcj.so.70 does no longer define JNI_CreateJavaVM, as libgcj.so.7 did. ** Affects: postgresql-pljava (Ubuntu) Importance: Undecided Status: Unconfirmed -- libgcj7-0 breaks postgresql-8.1-pljava https://launchpad.net/bugs/68572 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
