Subject problem with interbase and perl
Author marc
I am trying to get DBD::Interbase and DBI up and running and have 2
problems, this is on solaris 2.7 using IB6 beta.

1: what do i need from www.interbase.com to get this to work? the 112
version of interconnect right? Wrong?

2: when I installed the DBI bundle from cpan Net::Daemon dies at line 85 of
Net::Daemon::Log.pm
here is the output from make test:
Running make test
PERL_DL_NONLAZY=1
/opt/local2/bin/perl -Iblib/arch -Iblib/lib -I/opt/local2/lib/perl5/5.00503/
sun4-solaris -I/opt/local2/lib/perl5/5.00503 -e 'use Test::Harness
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/base..............ok
t/config............connect: Cannot assign requested address at
blib/lib/Net/Daemon/Log.pm line 84
Server process didn't create a file 'ndtest.prt'. at
blib/lib/Net/Daemon/Test.pm line 317.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/fork..............connect: Cannot assign requested address at
blib/lib/Net/Daemon/Log.pm line 84
Server process didn't create a file 'ndtest.prt'. at
blib/lib/Net/Daemon/Test.pm line 317.
FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/forkm.............Unexpected return from Bind().
Server died: connect: Cannot assign requested address at
blib/lib/Net/Daemon/Log.pm line 84

Client: Error Cannot connect: Connection refused at t/forkm.t line 64.

and this kills RPC::PlServer also part of Bundle::DBI.

Is this important/needed? I am fairly new to this stuff.

Thanks for your help

Marc Spitzer