Bug #471: [make install] problem with jdbc driver in 7.1.3

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #471: [make install] problem with jdbc driver in 7.1.3
Date: 2001-09-27 14:29:45
Message-ID: 200109271429.f8RETjf34188@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Stingray (stingray(at)linkpeople(dot)com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
[make install] problem with jdbc driver in 7.1.3

Long Description
While I untared all the tarballs and configure it with [--with-java] option, [make], and [make install], the console shows that @MAJORVERSION@, @MINORVERSION@ were not properly set in org.postgresql.Driver.java (along with '${major}', '${minor}', the @DEF_PGPORT@, @VERSION@ are also mis-set), resulting in compiling failure.

Therefore I check postgresql-7.1.3/src/interfaces/jdbc/build.xml, on line 78 it read 'filtering="yes"', that value is incorrect and should be set to 'on'. I'd replaced the value and it succeeded..

Sample Code
replace with: 'filtering="on"' on line 78
in postgresql-7.1.3/src/interfaces/jdbc/build.xml
of tarball postgresql-opt-7.1.3.tar.gz

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-09-27 14:35:18 Re: Bug #470: INTERSECT fails
Previous Message Tom Lane 2001-09-27 14:25:58 Re: bug! in 7.1.3 (for recursion function)