postgres 7.1.2 with SuSE 7.1

Started by Ana Carolina Alonso de Armiñoalmost 25 years ago3 messagesgeneral
Jump to latest

Thank you, I had resolved the previous error, but now I have another problem:

When I want create postgresql.jar, I write make in the directory
/usr/src/postgresql-7.0.3/src/interfaces/jdbc/ and I get next message:

builfile ../../../build.xml -Dmajor=7-Dminor=1-Dfullversion=7.1.2
-def_pgport5432

What could be happening?
Thank you very much.

Ana

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Ana Carolina Alonso de Armiño (#1)
Re: postgres 7.1.2 with SuSE 7.1

Ana Carolina Alonso de Armi�o writes:

When I want create postgresql.jar, I write make in the directory
/usr/src/postgresql-7.0.3/src/interfaces/jdbc/ and I get next message:

builfile ../../../build.xml -Dmajor=7-Dminor=1-Dfullversion=7.1.2
-def_pgport5432

You need to configure --with-java.

--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter

In reply to: Peter Eisentraut (#2)
Re: postgres 7.1.2 with SuSE 7.1

You need to configure --with-java.

--
Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter

yes, I do this too and i get the same problem!!!