Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

0 views
Skip to first unread message

pgsql...@postgresql.org

unread,
Sep 27, 2001, 10:47:34 AM9/27/01
to
Stingray (stin...@linkpeople.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


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majo...@postgresql.org

0 new messages