Re: using CPAN mode, can't install DBD::Pg - Mailing list pgsql-novice

From Neil Conway
Subject Re: using CPAN mode, can't install DBD::Pg
Date
Msg-id 20001105142958.A10852@klamath.dyndns.org
Whole thread Raw
In response to using CPAN mode, can't install DBD::Pg  ("Tod Emko" <temko@toastedpixel.com>)
List pgsql-novice
On Sun, Nov 05, 2000 at 12:23:53PM -0500, Tod Emko wrote:
> Running make test
>     Make had some problems, maybe interrupted?  Won't test
> Running make install
>     Make had some problems, maybe interrupted?  Won't install

Could you try installing DBD::Pg by hand (i.e. download the tarball,
extract it, `perl Makefile.PL;make;make test;su;make install`). It's
difficult to tell what the problem is from the errors above.

BTW, you might want to try setting the POSTGRES_LIB and POSTGRES_INCLUDE
environmental variables to the correct locations. Also, read the 'README'
included with DBD::Pg

--
Neil Conway <neilconway@home.com>
Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
Encrypted mail welcomed

Secrecy is the beginning of tyranny.
        -- Heinlein

pgsql-novice by date:

Previous
From: "Tod Emko"
Date:
Subject: using CPAN mode, can't install DBD::Pg
Next
From: "Robert B. Easter"
Date:
Subject: Re: Installation of Postgres + PHP