Re: Pg module for Perl

From: "Roderick A(dot) Anderson" <raanders(at)acm(dot)org>
To: Barbara Lindsey <blindsey(at)cog(dot)ufl(dot)edu>
Cc: Alex Satrapa <alex(at)lintelsys(dot)com(dot)au>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pg module for Perl
Date: 2003-12-01 19:54:58
Message-ID: Pine.LNX.4.33.0312011150001.32063-100000@main.cyber-office.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 1 Dec 2003, Barbara Lindsey wrote:

> However, when I searched for DBD Pg on Google, it led me to a DBD-Pg-1.22

Try

http://search.cpan.org/~rudy/DBD-Pg-1.31/Pg.pm

Not sure if there are a lot of dependency issues going to Pg 7.4 as I'm in
the process upgrading to 7.4 and all it's friends.

One other issue that comes when installing DBI and/or DBD is the from the
current (1.31) README file.

...

INSTALLATION:
-------------

By default Makefile.PL uses App:Info to find the location of the
PostgreSQL library and include directories. However, if you want to
control it yourself, define the environment variables POSTGRES_INCLUDE
and POSTGRES_LIB, or POSTGRES_HOME. Note that if you've compiled
PostgreSQL with SSL support, you must define the POSTGRES_LIB
environment varable and add "-lssl" to it, like this:

export POSTGRES_LIB="/usr/local/pgsql/lib -lssl"

...

Good luck to us both.

Rod
--
"Open Source Software - Usually you get more than you pay for..."
"Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-01 20:22:24 Re: [GENERAL] PostgreSQL certifications?
Previous Message B. van Ouwerkerk 2003-12-01 19:44:08 Re: PostgreSQL from a newcomers perspective