agora inbox for pljava-dev@postgresql.org  
help / color / mirror / Atom feed
[Pljava-dev] undefined symbol: Int64GetDatum
2+ messages / 0 participants
[nested] [flat]

* [Pljava-dev] undefined symbol: Int64GetDatum
@ 2011-01-11 10:00 
  2011-01-11 14:50 ` [Pljava-dev] undefined symbol: Int64GetDatum 
  0 siblings, 1 reply; 2+ messages in thread

From:  @ 2011-01-11 10:00 UTC (permalink / raw)


Hello,
I'm trying to install pljava and I get the following error:

psql:/usr/src/pljava/install.sql:6: ERROR:  could not load library
"/usr/lib64/postgresql/pljava.so": /usr/lib64/postgresql/pljava.so:
undefined symbol: Int64GetDatum
psql:/usr/src/pljava/install.sql:8: ERROR:  function
sqlj.java_call_handler() does not exist
psql:/usr/src/pljava/install.sql:12: ERROR:  could not load library
"/usr/lib64/postgresql/pljava.so": /usr/lib64/postgresql/pljava.so:
undefined symbol: Int64GetDatum
psql:/usr/src/pljava/install.sql:14: ERROR:  function
sqlj.javau_call_handler() does not exist

I'm trying to install pljava-x86_64-unknown-linux-gnu-pg8.3-1.4.0.tar.gz.
The information of my system is:
Suse 11.1 64 bits
jdk1.5.0_22 (64 bits)
Postgres 8.4.1-2.1-x86_64


The output of the command ldd -v /usr/lib64/postgresql/pljava.so is:
	linux-vdso.so.1 =>  (0x00007fffc3745000)
	libjvm.so => /usr/java/jdk1.5.0_22/jre/lib/amd64/server/libjvm.so
(0x00007f09516ad000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f095134e000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f09510f8000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f0950ef4000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0950cd6000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f0952296000)

	Version information:
	/usr/lib64/postgresql/pljava.so:
		libjvm.so (SUNWprivate_1.1) =>
/usr/java/jdk1.5.0_22/jre/lib/amd64/server/libjvm.so
		libc.so.6 (GLIBC_2.3) => /lib64/libc.so.6
		libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
	/usr/java/jdk1.5.0_22/jre/lib/amd64/server/libjvm.so:
		libdl.so.2 (GLIBC_2.2.5) => /lib64/libdl.so.2
		libm.so.6 (GLIBC_2.2.5) => /lib64/libm.so.6
		libpthread.so.0 (GLIBC_2.2.5) => /lib64/libpthread.so.0
		libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
	/lib64/libc.so.6:
		ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.so.2
		ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-x86-64.so.2
	/lib64/libm.so.6:
		libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
	/lib64/libdl.so.2:
		ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.so.2
		libc.so.6 (GLIBC_PRIVATE) => /lib64/libc.so.6
		libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
	/lib64/libpthread.so.0:
		ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-x86-64.so.2
		ld-linux-x86-64.so.2 (GLIBC_2.2.5) => /lib64/ld-linux-x86-64.so.2
		ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.so.2
		libc.so.6 (GLIBC_2.3.2) => /lib64/libc.so.6
		libc.so.6 (GLIBC_PRIVATE) => /lib64/libc.so.6
		libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6






-- 
View this message in context: http://postgresql.1045698.n5.nabble.com/undefined-symbol-Int64GetDatum-tp3336170p3336170.html
Sent from the PL/Java mailing list archive at Nabble.com.




^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* [Pljava-dev] undefined symbol: Int64GetDatum
  2011-01-11 10:00 [Pljava-dev] undefined symbol: Int64GetDatum 
@ 2011-01-11 14:50 ` 
  0 siblings, 0 replies; 2+ messages in thread

From:  @ 2011-01-11 14:50 UTC (permalink / raw)

Hi,

On Tue, Jan 11, 2011 at 10:00 AM, rcabanas <rafacabanas at gmail.com> wrote:
>
> Hello,
> I'm trying to install pljava and I get the following error:

[snip]

> I'm trying to install pljava-x86_64-unknown-linux-gnu-pg8.3-1.4.0.tar.gz.
> The information of my system is:
> Suse 11.1 64 bits
> jdk1.5.0_22 (64 bits)
> Postgres 8.4.1-2.1-x86_64

You need to install a pljava that's compiled for PostgreSQL 8.4.  At
the moment there are no binaries from us.  Can you compile 1.4.2
yourself?


Johann




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2011-01-11 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11 10:00 [Pljava-dev] undefined symbol: Int64GetDatum 
2011-01-11 14:50 ` 

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox