Re: JDBC and Perl compiling problems w/ postgresql-7.1rc4
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: Thomas Lockhart <lockhart@alumni.caltech.edu>
To: "Homayoun Yousefi'zadeh" <homayounyz@home.com>
Cc: Doug McNaught <doug@wireboard.com>, pgsql-general@postgresql.org, pgsql-hackers@postgresql.org
Date: 2001-04-10T17:38:17Z
Lists: pgsql-hackers, pgsql-general
> The reason I need to compile w/ Perl
> support turned on is what I am reading
> in the README.rserv of the ERServer
> available in contrib directory.
> It says that the requirements are:
> - PostgreSQL >= 7.0.X
> A separate Makefile is required for PostgreSQL 7.0.x and earlier
> - Perl5 and the PostgreSQL perl interface
> I am thinking that it only requires client lib as
> the module compiles just fine. Can you confirm this please?
Yes. It is only the external (client-side) perl interface which is
required, to support the rserv scripts.
- Thomas