postgres perl DBI

From: "Fetter, David M" <Fetter(dot)David(at)emeryworld(dot)com>
To: "PostgreSQL-General (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: postgres perl DBI
Date: 2000-07-31 21:41:02
Message-ID: B1F9E0D87882D21182F8006094519AD804D6D89F@mwabs021.emeryworld.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm having issues with installing the postgres DBI for perl. Here is the
output of make test and a verification postmaster is running:

[~/DBD-Pg-0.95] dmfetter(at)mwabs505! make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.00503/sun4-solaris -I/usr/local/lib/perl5/5.00503
test.pl
OS: solaris
Use of uninitialized value at test.pl line 53.
DBI->data_sources .......... not ok:
DBI->connect(dbname=template1) failed: PQconnectPoll() -- connect() failed:
Connection refused
Is the postmaster running (with -i) at 'mwabs504'
and accepting connections on TCP/IP port '5432'?
at test.pl line 59
DBI->connect ............... not ok: PQconnectPoll() -- connect() failed:
Connection refused
Is the postmaster running (with -i) at 'mwabs504'
and accepting connections on TCP/IP port '5432'?
make: *** [test_dynamic] Error 255
[~/DBD-Pg-0.95] dmfetter(at)mwabs505! ps -ef|grep post
dmfetter 24865 24254 0 21:35:38 pts/5 0:00 grep post
postgres 23964 1 0 17:31:28 ? 0:00
/usr/local/postgres/bin/postmaster -S -i

Does anyone have any suggestions for me to try so I can fix this?

Thank you,
David M. Fetter 503.450.6609
UNIX System Analyst
Emery World Wide

"It has become appallingly clear that our technology has surpassed our
humanity." - Albert Einstein

Attachment Content-Type Size
Fetter, David M.vcf application/octet-stream 604 bytes

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-07-31 22:46:21 Re: postgres access via perl failing after upgrade
Previous Message Bryan White 2000-07-31 21:37:19 Re: Corrupted Table