compiling postgres from source --with-java - Mailing list pgsql-jdbc

From Luke (Terry) Vanderfluit
Subject compiling postgres from source --with-java
Date
Msg-id 1092410415.1415.118.camel@bench.chipcity.com.au
Whole thread Raw
Responses Re: compiling postgres from source --with-java
Re: compiling postgres from source --with-java
List pgsql-jdbc
Hi,

I'm installing postgres with perl, python and java support.
That's postgres 7.4.3
I've done the following:


installing postgres using
./configure --with-perl --with-python --with-java
the configure script complains that it needs ant,

so.... I download ant
build ant according to
http://ant.apache.org/manual/index.html
with
'build.sh -Ddist.dir=/usr/local/ant'
then set the environment variables
export ANT_HOME=/usr/local/ant
export JAVA_HOME=/usr/local/java
export PATH=$PATH:/usr/local/ant/bin

but... it didn't work,
on looking in the configure script for postgres, I see I could set the
$ANT variable to directly point to /usr/local/ant/bin/ant
then the './configure --with-perl --with-python --with-java' for
postgresql worked.

however now I execute the 'make' command and get the following error:

Array.java:35: org.postgresql.jdbc2.Array is not abstract and does not
override abstract method
getResultSet(long,int,java.util.Map<java.lang.String,java.lang.Class<?>>) in java.sql.Array

Anyone have any hints?

kind regards,
Luke

--
========================
Luke (Terry) Vanderfluit
Mobile: 0421 276 282
========================


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: I/O error
Next
From: Dave Cramer
Date:
Subject: Re: compiling postgres from source --with-java