Re: using CPAN mode, can't install DBD::Pg

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: using CPAN mode, can't install DBD::Pg
Date: 2000-11-05 19:29:58
Message-ID: 20001105142958.A10852@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)home(dot)com>
Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc
Encrypted mail welcomed

Secrecy is the beginning of tyranny.
-- Heinlein

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Robert B. Easter 2000-11-06 06:58:55 Re: Installation of Postgres + PHP
Previous Message Tod Emko 2000-11-05 17:23:53 using CPAN mode, can't install DBD::Pg