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
========================