postgres perl DBI

Поиск
Список
Период
Сортировка
От Fetter, David M
Тема postgres perl DBI
Дата
Msg-id B1F9E0D87882D21182F8006094519AD804D6D89F@mwabs021.emeryworld.com
обсуждение исходный текст
Ответы Re: postgres perl DBI  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@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@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


Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: "Bryan White"
Дата:
Сообщение: Re: Corrupted Table
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres access via perl failing after upgrade