Operating System - HP-UX
1832852 Members
3704 Online
110047 Solutions
New Discussion

Perl DBI moduel installation

 
SOLVED
Go to solution
Telia BackOffice
Valued Contributor

Perl DBI moduel installation

HPUX Version 11i
Perl Version 5.6.1

I get the following error from a installation of DBI module:
CPAN.pm: Going to build J/JW/JWIED/Net-Daemon-0.36.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Net::Daemon
cp lib/Net/Daemon/Log.pm blib/lib/Net/Daemon/Log.pm
cp lib/Net/Daemon.pm blib/lib/Net/Daemon.pm
cp lib/Net/Daemon/Test.pm blib/lib/Net/Daemon/Test.pm
Manifying blib/man3/Net::Daemon::Log.3
Manifying blib/man3/Net::Daemon.3
Manifying blib/man3/Net::Daemon::Test.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi -I/opt/perl/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/base..........ok
t/config........ok
t/fork..........ok
t/forkm.........ok
t/loop-child....ok
t/loop..........ok
t/single........ok
t/thread........skipped
all skipped: no reason given
t/threadm.......This perl was built for "ithreads", which currently does not support Thread.pm.
Run "perldoc Thread" for more information at t/threadm.t line 86.
t/threadm.......dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/unix..........ok

Hope you can help.

Best Reagrds
Jannik
1 REPLY 1
MANOJ SRIVASTAVA
Honored Contributor
Solution

Re: Perl DBI moduel installation