compiling postgres from source --with-java

From: "Luke (Terry) Vanderfluit" <luke(at)chipcity(dot)com(dot)au>
To: "pgsql-jdbc (at) postgresql (dot) org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: compiling postgres from source --with-java
Date: 2004-08-13 15:20:15
Message-ID: 1092410415.1415.118.camel@bench.chipcity.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
========================

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jan de Visser 2004-08-13 16:37:20 Re: compiling postgres from source --with-java
Previous Message Oliver Jowett 2004-08-13 11:37:57 Re: I/O error