From: | "Simon Crute" <simon-news(at)nospam(dot)geordie(dot)demon(dot)co(dot)uk> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Building DBD::Pg |
Date: | 2001-05-03 22:03:57 |
Message-ID: | 988927629.10723.0.nnrp-08.9e981bad@news.demon.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I'm trying to install & build DBD::Pg. against Postgres7.1
I've downloaded the latest version (0.98)
Postgres was installed via the RPMs. (base, lib, delel, perl, docs, test
and server)
it's a redhat 6.2 based system but with perl 5.6 installed.
perl Makefile.PL runs OK
make runs OK,
but when I run make test I get the following errors.
[simon(at)sunshine DBD-Pg-0.98]$ make test
PERL_DL_NONLAZY=1
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.0/i686-linux
-I/usr/local/lib/perl5/5.6.0 test.pl
OS: linux
Use of uninitialized value in join at test.pl line 53.
DBI->data_sources .......... not ok:
DBI->connect(dbname=template1) failed: No pg_hb at test.pl line 59
DBI->connect ............... not ok: No pg_hb at test.pl line 59.
make: *** [test_dynamic] Error 255
Can anyone give me a clue what's wrong ?
Thanks.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-05-03 22:05:49 | Re: View permissions in 7.1 |
Previous Message | Robert Hentosh | 2001-05-03 22:02:00 | Re: cast bit to boolean? |