I'm having a problem with DBI-1.14 on my Linux setup. I run `perl
Makefile.PL`, then `make`, then `make test`, and the test fails. The verbose
`make test` outputs the following:
------------ make test TEST_VERBOSE=1 output --------------
t/proxy.............Starting server: /usr/local/bin/perl -Iblib/lib
-Iblib/arch dbiproxy --test --configfile dbiproxy0.conf --mode=single
--debug --timeout=60
1..111
Making a first connection and closing it immediately.
not ok 1
Connect error: Cannot log in to DBI::ProxyServer: Usage:
Sys::Syslog::_PATH_LOG() at /usr/lib/perl5/i386-linux/Sys/Syslog.pm line
277.
Making a second connection.
not ok 2
Connect error: Cannot log in to DBI::ProxyServer: Usage:
Sys::Syslog::_PATH_LOG() at /usr/lib/perl5/i386-linux/Sys/Syslog.pm line
277.
Setting AutoCommit
ok 3
ok 4
Doing a ping.
Can't call method "ping" on unblessed reference at t/proxy.t line 87.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2, 5-111
---------- end make test TEST_VERBOSE=1 output -------------
Anyone have ideas, or need more information? Thanks in advance.
adam backstrom
[EMAIL PROTECTED]