Thread: postgres 7.1.2 with SuSE 7.1

postgres 7.1.2 with SuSE 7.1

From
Ana Carolina Alonso de Armiño
Date:
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


Re: postgres 7.1.2 with SuSE 7.1

From
Peter Eisentraut
Date:
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


Re: postgres 7.1.2 with SuSE 7.1

From
Ana Carolina Alonso de Armiño
Date:

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