Hello,

I am having a problem installing the DBI module for perl. Here are the perl Makefile.PL, make, make test, and make test TEST_VERBOSE=1 results. I have also attached them in text files for you to look at also. Thank you for any help you could lend.

Best Regards,

[EMAIL PROTECTED]


webserver1# perl Makefile.PL
*** Note:
The optional PlRPC-modules (RPC::PlServer etc) are not installed.
If you want to use the DBD::Proxy driver and DBI::ProxyServer
modules, then you'll need to install the RPC::PlServer, RPC::PlClient,
Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you.
You can install them any time after installing the DBI.
You do *not* need these modules for typical DBI usage.

Optional modules are available from any CPAN mirror, in particular
http://www.perl.com/CPAN/modules/by-module
http://www.perl.org/CPAN/modules/by-module
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module

Creating extra DBI::PurePerl test: t/zz_01basics_pp.t
Creating extra DBI::PurePerl test: t/zz_02dbidrv_pp.t
Creating extra DBI::PurePerl test: t/zz_03hleak_pp.t
Creating extra DBI::PurePerl test: t/zz_04mods_pp.t
Creating extra DBI::PurePerl test: t/zz_05thrclone_pp.t
Creating extra DBI::PurePerl test: t/zz_06attrs_pp.t
Creating extra DBI::PurePerl test: t/zz_07kids_pp.t
Creating extra DBI::PurePerl test: t/zz_10examp_pp.t
Creating extra DBI::PurePerl test: t/zz_15array_pp.t
Creating extra DBI::PurePerl test: t/zz_20meta_pp.t
Creating extra DBI::PurePerl test: t/zz_30subclass_pp.t
Creating extra DBI::PurePerl test: t/zz_40profile_pp.t
Creating extra DBI::PurePerl test: t/zz_41prof_dump_pp.t
Creating extra DBI::PurePerl test: t/zz_42prof_data_pp.t
Creating extra DBI::PurePerl test: t/zz_60preparse_pp.t
Creating extra DBI::PurePerl test: t/zz_70shell_pp.t
Creating extra DBI::PurePerl test: t/zz_80proxy_pp.t
Checking if your kit is complete...
Looks good
Writing Makefile for DBI

Remember to actually *read* the README file!
Use 'make' to build the software (dmake or nmake on Windows).
Then 'make test' to execute self tests.
Then 'make install' to install the DBI and then delete this working
directory before unpacking and building any DBD::* drivers.

webserver1#



webserver1# make
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -MExtUtils::Command -e mkpath blib/lib/DBI
mkdir blib
mkdir blib/lib
mkdir blib/lib/DBI
rm -f blib/lib/DBI/Changes.pm
cp Changes blib/lib/DBI/Changes.pm
cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm
cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h
cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm
cp lib/DBI/Shell.pm blib/lib/DBI/Shell.pm
cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm
cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm
cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm
cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm
cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
cp lib/DBI/Format.pm blib/lib/DBI/Format.pm
cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm
cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
cp Driver.xst blib/arch/auto/DBI/Driver.xst
cp DBI.pm blib/lib/DBI.pm
cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm
cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
cp dbipport.h blib/arch/auto/DBI/dbipport.h
cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm
cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm
/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" < blib/arch/auto/DBI/Driver.xst > Perl.xsi
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap Perl.xs >xstmp.c && mv xstmp.c Perl.c
cc -c -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE -Wall -Wno-comment -DDBI_NO_THREADS Perl.c
/usr/libdata/perl/5.00503/mach/CORE/patchlevel.h:41: warning: `local_patches' defined but not used
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 /usr/libdata/perl/5.00503/ExtUtils/xsubpp -typemap /usr/libdata/perl/5.00503/ExtUtils/typemap DBI.xs >xstmp.c && mv xstmp.c DBI.c
cc -c -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE -Wall -Wno-comment -DDBI_NO_THREADS DBI.c
/usr/libdata/perl/5.00503/mach/CORE/patchlevel.h:41: warning: `local_patches' defined but not used
Running Mkbootstrap for DBI ()
chmod 644 DBI.bs
cc -o blib/arch/auto/DBI/DBI.so -Wl,-E -shared -lperl -lm DBI.o
chmod 755 blib/arch/auto/DBI/DBI.so
cp DBI.bs blib/arch/auto/DBI/DBI.bs
chmod 644 blib/arch/auto/DBI/DBI.bs
mkdir blib/lib/auto/DBI
mkdir blib/man1
mkdir blib/man3
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 dbiproxy.PL dbiproxy
Extracted dbiproxy from dbiproxy.PL with variable substitutions.
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 dbish.PL dbish
Extracted dbish from dbish.PL with variable substitutions.
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 dbiprof.PL dbiprof
Extracted dbiprof from dbiprof.PL with variable substitutions.
mkdir blib/script
cp dbiproxy blib/script/dbiproxy
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/dbiproxy
cp dbish blib/script/dbish
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/dbish
cp dbiprof blib/script/dbiprof
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/dbiprof
Manifying blib/man3/DBI::Profile.3
Manifying blib/man3/DBI::W32ODBC.3
Manifying blib/man1/dbiprof.1
Manifying blib/man3/DBI::Shell.3
Manifying blib/man3/DBI::FAQ.3
Manifying blib/man3/DBI::ProxyServer.3
Manifying blib/man3/Bundle::DBI.3
Manifying blib/man1/dbish.1
Manifying blib/man3/DBI::Const::GetInfo::ANSI.3
Manifying blib/man3/DBD::Proxy.3
Manifying blib/man3/DBI::ProfileDumper.3
Manifying blib/man1/dbiproxy.1
Manifying blib/man3/DBI::Const::GetInfoReturn.3
Manifying blib/man3/DBI::Const::GetInfoType.3
Manifying blib/man3/DBI::Const::GetInfo::ODBC.3
Manifying blib/man3/DBI::Format.3
Manifying blib/man3/DBI::DBD.3
Manifying blib/man3/Win32::DBIODBC.3
Manifying blib/man3/DBI::ProfileData.3
Manifying blib/man3/DBI.3
Manifying blib/man3/DBI::PurePerl.3
Manifying blib/man3/DBI::ProfileDumper::Apache.3
webserver1#


webserver1# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01basics..........ok
t/02dbidrv..........ok
t/03hleak...........ok
t/04mods............ok
t/05thrclone........skipping test on this platform
t/06attrs...........ok
t/07kids............ok
t/10examp...........Insecure dependency in parameter 1 of DBI::st=HASH(0x81d280c)->FETCH method call while running with -T switch at t/10examp.t line 320.
DBI handle cleared whilst still active.
dbih_clearcom (sth 0x81d2c78 0x80ffe88, com 0x81d0300, imp DBD::ExampleP::st):
FLAGS 0x60011: COMSET Warn TaintIn TaintOut
PARENT DBI::db=HASH(0x81f1ccc)
KIDS 0 (0 Active)
IMP_DATA ARRAY(0x81d2e1c)
NUM_OF_FIELDS 3
NUM_OF_PARAMS 1
dubious
Test returned status 20 (wstat 5120, 0x1400)
DIED. FAILED tests 104-245
Failed 142/245 tests, 42.04% okay
t/15array...........Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok
t/20meta............ok
t/30subclass........ok
t/40profile.........Can't locate Time/HiRes.pm in @INC (@INC contains: blib/arch blib/lib /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at t/40profile.t line 183.
BEGIN failed--compilation aborted at t/40profile.t line 183.
Use of uninitialized value at t/40profile.t line 35.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-56
Failed 56/56 tests, 0.00% okay
t/41prof_dump.......ok
t/42prof_data.......ok
t/60preparse........ok
t/70shell...........ok
t/80proxy...........skipping test on this platform
t/zz_01basics_pp.... Using DBI::PurePerl (DBI_PUREPERL=2)
ok
t/zz_02dbidrv_pp....ok
t/zz_03hleak_pp.....ok
t/zz_04mods_pp......ok
t/zz_05thrclone_pp..skipping test on this platform
t/zz_06attrs_pp.....ok
t/zz_07kids_pp......skipping test on this platform
t/zz_10examp_pp..... Taint mode switching tests skipped
Taint attribute tests skipped
ok
t/zz_15array_pp.....Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok
t/zz_20meta_pp......ok
t/zz_30subclass_pp..ok
t/zz_40profile_pp...skipping test on this platform
t/zz_41prof_dump_pp.skipping test on this platform
t/zz_42prof_data_pp.skipping test on this platform
t/zz_60preparse_pp..skipping test on this platform
t/zz_70shell_pp.....ok
t/zz_80proxy_pp.....skipping test on this platform
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/10examp.t 20 5120 245 142 57.96% 104-245
t/40profile.t 2 512 56 56 100.00% 1-56
9 tests skipped.
Failed 2/34 test scripts, 94.12% okay. 198/1108 subtests failed, 82.13% okay.
*** Error code 2

Stop in /usr/local/DBI-1.32.
webserver1#



selectrow_array
ok 136 at line 383
ok 137 at line 384
selectrow_hashref
ok 138 at line 388
ok 139 at line 389
ok 140 at line 390
ok 141 at line 391
selectall_arrayref
ok 142 at line 395
ok 143 at line 396
ok 144 at line 397
ok 145 at line 398
selectall_arrayref Slice array slice
ok 146 at line 402
ok 147 at line 403
ok 148 at line 404
ok 149 at line 405
selectall_arrayref Columns array slice
ok 150 at line 409
ok 151 at line 410
ok 152 at line 411
ok 153 at line 412
selectall_arrayref hash slice
ok 154 at line 416
ok 155 at line 417
ok 156 at line 418
ok 157 at line 419
ok 158 at line 420
ok 159 at line 421
ok 160 at line 422
selectall_hashref
ok 161 at line 426
ok 162 at line 427
ok 163 at line 428
ok 164 at line 429
selectall_hashref by column number
ok 165 at line 433
ok 166 at line 434
selectcol_arrayref
ok 167 at line 438
ok 168 at line 439
ok 169 at line 440
selectcol_arrayref column slice
ok 170 at line 444
ok 171 at line 446
ok 172 at line 447
ok 173 at line 448
begin_work...
ok 174 at line 453
ok 175 at line 454
ok 176 at line 456
ok 177 at line 457
ok 178 at line 458
ok 179 at line 461
ok 180 at line 462
ok 181 at line 464
ok 182 at line 466
ok 183 at line 467
others...
ok 184 at line 474
ok 185 at line 475
RaiseError & PrintError & ShowErrorStatement
ok 186 at line 479
ok 187 at line 481
ok 188 at line 485
ok 189 at line 487
ok 190 at line 488
ok 191 at line 491
ok 192 at line 492
ok 193 at line 495
ok 194 at line 496
ok 195 at line 498
ok 196 at line 499
ok 197 at line 501
ok 198 at line 504
ok 199 at line 505
ok 200 at line 506
ok 201 at line 512
ok 202 at line 514
ok 203 at line 520
ok 204 at line 521
ok 205 at line 522
ok 206 at line 524
HandleError
ok 207 at line 538
ok 208 at line 539
HandleError -> die
ok 209 at line 547
ok 210 at line 548
HandleError -> 0 -> RaiseError
ok 211 at line 552
ok 212 at line 553
HandleError -> 1 -> return (original)undef
ok 213 at line 558
ok 214 at line 559
HandleError -> 2 -> return (modified)42
ok 215 at line 566
ok 216 at line 567
ok 217 at line 570
dump_results
ok 218 at line 575
ok 219 at line 576
ok 220 at line 589
ok 221 at line 591
table_info
ok 222 at line 603
ok 223 at line 610
ok 224 at line 620
ok 225 at line 622
tables
ok 226 at line 635
ok 227 at line 637
ok 228 at line 637
ok 229 at line 637
ok 230 at line 637
ok 231 at line 637
Testing the fake directories (0).
ok 232 at line 642
ok 233 at line 643
ok 234 at line 645
ok 235 at line 646
Testing the fake directories (100).
ok 236 at line 642
ok 237 at line 643
ok 238 at line 645
ok 239 at line 649
Testing the fake directories (200).
ok 240 at line 642
ok 241 at line 643
ok 242 at line 645
ok 243 at line 649
ok 244 at line 657
Testing $dbh->func().
ok 245 at line 666
ok
t/zz_15array_pp.....1..24
ok 1
ok 2
ok 3
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 15
ok 16
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 17
ok 18
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 19
ok 20
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 21
ok 22
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 23
ok 24
ok
t/zz_20meta_pp......1..6
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok
t/zz_30subclass_pp..1..15
ok 1 at 86
ok 2 at 99
ok 3 at 100
ok 4 at 103
ok 5 at 104
ok 6 at 107
ok 7 at 108
ok 8 at 111
ok 9 at 113
ok 10 at 114
ok 11 at 121
ok 12 at 122
ok 13 at 123
ok 14 at 124
ok 15 at 125
ok
t/zz_40profile_pp...1..0 # Skipped: profiling not supported for DBI::PurePerl
skipping test on this platform
t/zz_41prof_dump_pp.1..0 # Skipped: profiling not supported for DBI::PurePerl
skipping test on this platform
t/zz_42prof_data_pp.1..0 # Skipped: profiling not supported for DBI::PurePerl
skipping test on this platform
t/zz_60preparse_pp..1..0 # Skipped: preparse not supported for DBI::PurePerl
skipping test on this platform
t/zz_70shell_pp.....1..3
ok 1
DBI::Shell 11.03 using DBI 1.32
ok 2
ok 3
ok
t/zz_80proxy_pp.....1..0 # Skipped: modules required for proxy are probably not installed
skipping test on this platform
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/10examp.t 20 5120 245 142 57.96% 104-245
t/40profile.t 2 512 56 56 100.00% 1-56
9 tests skipped.
Failed 2/34 test scripts, 94.12% okay. 198/1108 subtests failed, 82.13% okay.
*** Error code 2

Stop in /usr/local/DBI-1.32.
webserver1#




webserver1# make
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 
-MExtUtils::Command -e mkpath blib/lib/DBI
mkdir blib
mkdir blib/lib
mkdir blib/lib/DBI
rm -f blib/lib/DBI/Changes.pm
cp Changes blib/lib/DBI/Changes.pm
cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm
cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h
cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm
cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm
cp lib/DBI/FAQ.pm blib/lib/DBI/FAQ.pm
cp lib/DBI/Shell.pm blib/lib/DBI/Shell.pm
cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm
cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm
cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm
cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm
cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm
cp DBIXS.h blib/arch/auto/DBI/DBIXS.h
cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm
cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h
cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm
cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h
cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm
cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm
cp lib/DBI/Format.pm blib/lib/DBI/Format.pm
cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm
cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm
cp Driver.xst blib/arch/auto/DBI/Driver.xst
cp DBI.pm blib/lib/DBI.pm
cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm
cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm
cp dbipport.h blib/arch/auto/DBI/dbipport.h
cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm
cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm
/usr/bin/perl -p -e "s/~DRIVER~/Perl/g" < blib/arch/auto/DBI/Driver.xst > Perl.xsi
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 
/usr/libdata/perl/5.00503/ExtUtils/xsubpp  -typemap 
/usr/libdata/perl/5.00503/ExtUtils/typemap Perl.xs >xstmp.c && mv xstmp.c Perl.c
cc -c        -DVERSION=\"1.32\"  -DXS_VERSION=\"1.32\" -DPIC -fpic 
-I/usr/libdata/perl/5.00503/mach/CORE -Wall -Wno-comment -DDBI_NO_THREADS Perl.c
/usr/libdata/perl/5.00503/mach/CORE/patchlevel.h:41: warning: `local_patches' defined 
but not used
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 
/usr/libdata/perl/5.00503/ExtUtils/xsubpp  -typemap 
/usr/libdata/perl/5.00503/ExtUtils/typemap DBI.xs >xstmp.c && mv xstmp.c DBI.c
cc -c        -DVERSION=\"1.32\"  -DXS_VERSION=\"1.32\" -DPIC -fpic 
-I/usr/libdata/perl/5.00503/mach/CORE -Wall -Wno-comment -DDBI_NO_THREADS DBI.c
/usr/libdata/perl/5.00503/mach/CORE/patchlevel.h:41: warning: `local_patches' defined 
but not used
Running Mkbootstrap for DBI ()
chmod 644 DBI.bs
cc -o blib/arch/auto/DBI/DBI.so  -Wl,-E -shared -lperl -lm DBI.o
chmod 755 blib/arch/auto/DBI/DBI.so
cp DBI.bs blib/arch/auto/DBI/DBI.bs
chmod 644 blib/arch/auto/DBI/DBI.bs
mkdir blib/lib/auto/DBI
mkdir blib/man1
mkdir blib/man3
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach 
-I/usr/libdata/perl/5.00503 dbiproxy.PL dbiproxy
Extracted dbiproxy from dbiproxy.PL with variable substitutions.
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach 
-I/usr/libdata/perl/5.00503 dbish.PL dbish
Extracted dbish from dbish.PL with variable substitutions.
/usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach 
-I/usr/libdata/perl/5.00503 dbiprof.PL dbiprof
Extracted dbiprof from dbiprof.PL with variable substitutions.
mkdir blib/script
cp dbiproxy blib/script/dbiproxy
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 
-MExtUtils::MakeMaker  -e "MY->fixin(shift)" blib/script/dbiproxy
cp dbish blib/script/dbish
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 
-MExtUtils::MakeMaker  -e "MY->fixin(shift)" blib/script/dbish
cp dbiprof blib/script/dbiprof
/usr/bin/perl -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 
-MExtUtils::MakeMaker  -e "MY->fixin(shift)" blib/script/dbiprof
Manifying blib/man3/DBI::Profile.3
Manifying blib/man3/DBI::W32ODBC.3
Manifying blib/man1/dbiprof.1
Manifying blib/man3/DBI::Shell.3
Manifying blib/man3/DBI::FAQ.3
Manifying blib/man3/DBI::ProxyServer.3
Manifying blib/man3/Bundle::DBI.3
Manifying blib/man1/dbish.1
Manifying blib/man3/DBI::Const::GetInfo::ANSI.3
Manifying blib/man3/DBD::Proxy.3
Manifying blib/man3/DBI::ProfileDumper.3
Manifying blib/man1/dbiproxy.1
Manifying blib/man3/DBI::Const::GetInfoReturn.3
Manifying blib/man3/DBI::Const::GetInfoType.3
Manifying blib/man3/DBI::Const::GetInfo::ODBC.3
Manifying blib/man3/DBI::Format.3
Manifying blib/man3/DBI::DBD.3
Manifying blib/man3/Win32::DBIODBC.3
Manifying blib/man3/DBI::ProfileData.3
Manifying blib/man3/DBI.3
Manifying blib/man3/DBI::PurePerl.3
Manifying blib/man3/DBI::ProfileDumper::Apache.3
webserver1#
webserver1# perl Makefile.PL
*** Note:
    The optional PlRPC-modules (RPC::PlServer etc) are not installed.
    If you want to use the DBD::Proxy driver and DBI::ProxyServer
    modules, then you'll need to install the RPC::PlServer, RPC::PlClient,
    Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you.
    You can install them any time after installing the DBI.
    You do *not* need these modules for typical DBI usage.

Optional modules are available from any CPAN mirror, in particular
    http://www.perl.com/CPAN/modules/by-module
    http://www.perl.org/CPAN/modules/by-module
    ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module

Creating extra DBI::PurePerl test: t/zz_01basics_pp.t
Creating extra DBI::PurePerl test: t/zz_02dbidrv_pp.t
Creating extra DBI::PurePerl test: t/zz_03hleak_pp.t
Creating extra DBI::PurePerl test: t/zz_04mods_pp.t
Creating extra DBI::PurePerl test: t/zz_05thrclone_pp.t
Creating extra DBI::PurePerl test: t/zz_06attrs_pp.t
Creating extra DBI::PurePerl test: t/zz_07kids_pp.t
Creating extra DBI::PurePerl test: t/zz_10examp_pp.t
Creating extra DBI::PurePerl test: t/zz_15array_pp.t
Creating extra DBI::PurePerl test: t/zz_20meta_pp.t
Creating extra DBI::PurePerl test: t/zz_30subclass_pp.t
Creating extra DBI::PurePerl test: t/zz_40profile_pp.t
Creating extra DBI::PurePerl test: t/zz_41prof_dump_pp.t
Creating extra DBI::PurePerl test: t/zz_42prof_data_pp.t
Creating extra DBI::PurePerl test: t/zz_60preparse_pp.t
Creating extra DBI::PurePerl test: t/zz_70shell_pp.t
Creating extra DBI::PurePerl test: t/zz_80proxy_pp.t
Checking if your kit is complete...
Looks good
Writing Makefile for DBI

    Remember to actually *read* the README file!
    Use  'make' to build the software (dmake or nmake on Windows).
    Then 'make test' to execute self tests.
    Then 'make install' to install the DBI and then delete this working
    directory before unpacking and building any DBD::* drivers.

webserver1#
webserver1# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib 
-I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness 
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01basics..........ok
t/02dbidrv..........ok
t/03hleak...........ok
t/04mods............ok
t/05thrclone........skipping test on this platform
t/06attrs...........ok
t/07kids............ok
t/10examp...........Insecure dependency in parameter 1 of 
DBI::st=HASH(0x81d280c)->FETCH method call while running with -T switch at t/10examp.t 
line 320.
DBI handle cleared whilst still active.
    dbih_clearcom (sth 0x81d2c78 0x80ffe88, com 0x81d0300, imp DBD::ExampleP::st):
       FLAGS 0x60011: COMSET Warn TaintIn TaintOut
       PARENT DBI::db=HASH(0x81f1ccc)
       KIDS 0 (0 Active)
       IMP_DATA ARRAY(0x81d2e1c)
       NUM_OF_FIELDS 3
       NUM_OF_PARAMS 1
dubious
        Test returned status 20 (wstat 5120, 0x1400)
DIED. FAILED tests 104-245
        Failed 142/245 tests, 42.04% okay
t/15array...........Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm 
line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok
t/20meta............ok
t/30subclass........ok
t/40profile.........Can't locate Time/HiRes.pm in @INC (@INC contains: blib/arch 
blib/lib /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd 
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 
. /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 
. /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at t/40profile.t line 183.
BEGIN failed--compilation aborted at t/40profile.t line 183.
Use of uninitialized value at t/40profile.t line 35.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-56
        Failed 56/56 tests, 0.00% okay
t/41prof_dump.......ok
t/42prof_data.......ok
t/60preparse........ok
t/70shell...........ok
t/80proxy...........skipping test on this platform
t/zz_01basics_pp....    Using DBI::PurePerl (DBI_PUREPERL=2)
ok
t/zz_02dbidrv_pp....ok
t/zz_03hleak_pp.....ok
t/zz_04mods_pp......ok
t/zz_05thrclone_pp..skipping test on this platform
t/zz_06attrs_pp.....ok
t/zz_07kids_pp......skipping test on this platform
t/zz_10examp_pp..... Taint mode switching tests skipped
 Taint attribute tests skipped
ok
t/zz_15array_pp.....Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm 
line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok
t/zz_20meta_pp......ok
t/zz_30subclass_pp..ok
t/zz_40profile_pp...skipping test on this platform
t/zz_41prof_dump_pp.skipping test on this platform
t/zz_42prof_data_pp.skipping test on this platform
t/zz_60preparse_pp..skipping test on this platform
t/zz_70shell_pp.....ok
t/zz_80proxy_pp.....skipping test on this platform
Failed Test  Status Wstat Total Fail  Failed  List of failed
-------------------------------------------------------------------------------
t/10examp.t      20  5120   245  142  57.96%  104-245
t/40profile.t     2   512    56   56 100.00%  1-56
9 tests skipped.
Failed 2/34 test scripts, 94.12% okay. 198/1108 subtests failed, 82.13% okay.
*** Error code 2

Stop in /usr/local/DBI-1.32.
webserver1#
selectrow_array
ok 136 at line 383
ok 137 at line 384
selectrow_hashref
ok 138 at line 388
ok 139 at line 389
ok 140 at line 390
ok 141 at line 391
selectall_arrayref
ok 142 at line 395
ok 143 at line 396
ok 144 at line 397
ok 145 at line 398
selectall_arrayref Slice array slice
ok 146 at line 402
ok 147 at line 403
ok 148 at line 404
ok 149 at line 405
selectall_arrayref Columns array slice
ok 150 at line 409
ok 151 at line 410
ok 152 at line 411
ok 153 at line 412
selectall_arrayref hash slice
ok 154 at line 416
ok 155 at line 417
ok 156 at line 418
ok 157 at line 419
ok 158 at line 420
ok 159 at line 421
ok 160 at line 422
selectall_hashref
ok 161 at line 426
ok 162 at line 427
ok 163 at line 428
ok 164 at line 429
selectall_hashref by column number
ok 165 at line 433
ok 166 at line 434
selectcol_arrayref
ok 167 at line 438
ok 168 at line 439
ok 169 at line 440
selectcol_arrayref column slice
ok 170 at line 444
ok 171 at line 446
ok 172 at line 447
ok 173 at line 448
begin_work...
ok 174 at line 453
ok 175 at line 454
ok 176 at line 456
ok 177 at line 457
ok 178 at line 458
ok 179 at line 461
ok 180 at line 462
ok 181 at line 464
ok 182 at line 466
ok 183 at line 467
others...
ok 184 at line 474
ok 185 at line 475
RaiseError & PrintError & ShowErrorStatement
ok 186 at line 479
ok 187 at line 481
ok 188 at line 485
ok 189 at line 487
ok 190 at line 488
ok 191 at line 491
ok 192 at line 492
ok 193 at line 495
ok 194 at line 496
ok 195 at line 498
ok 196 at line 499
ok 197 at line 501
ok 198 at line 504
ok 199 at line 505
ok 200 at line 506
ok 201 at line 512
ok 202 at line 514
ok 203 at line 520
ok 204 at line 521
ok 205 at line 522
ok 206 at line 524
HandleError
ok 207 at line 538
ok 208 at line 539
HandleError -> die
ok 209 at line 547
ok 210 at line 548
HandleError -> 0 -> RaiseError
ok 211 at line 552
ok 212 at line 553
HandleError -> 1 -> return (original)undef
ok 213 at line 558
ok 214 at line 559
HandleError -> 2 -> return (modified)42
ok 215 at line 566
ok 216 at line 567
ok 217 at line 570
dump_results
ok 218 at line 575
ok 219 at line 576
ok 220 at line 589
ok 221 at line 591
table_info
ok 222 at line 603
ok 223 at line 610
ok 224 at line 620
ok 225 at line 622
tables
ok 226 at line 635
ok 227 at line 637
ok 228 at line 637
ok 229 at line 637
ok 230 at line 637
ok 231 at line 637
Testing the fake directories (0).
ok 232 at line 642
ok 233 at line 643
ok 234 at line 645
ok 235 at line 646
Testing the fake directories (100).
ok 236 at line 642
ok 237 at line 643
ok 238 at line 645
ok 239 at line 649
Testing the fake directories (200).
ok 240 at line 642
ok 241 at line 643
ok 242 at line 645
ok 243 at line 649
ok 244 at line 657
Testing $dbh->func().
ok 245 at line 666
ok
t/zz_15array_pp.....1..24
ok 1
ok 2
ok 3
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 15
ok 16
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 17
ok 18
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 19
ok 20
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 21
ok 22
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
Use of uninitialized value at /usr/libdata/perl/5.00503/Test.pm line 68.
ok 23
ok 24
ok
t/zz_20meta_pp......1..6
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok
t/zz_30subclass_pp..1..15
ok 1 at 86
ok 2 at 99
ok 3 at 100
ok 4 at 103
ok 5 at 104
ok 6 at 107
ok 7 at 108
ok 8 at 111
ok 9 at 113
ok 10 at 114
ok 11 at 121
ok 12 at 122
ok 13 at 123
ok 14 at 124
ok 15 at 125
ok
t/zz_40profile_pp...1..0 # Skipped: profiling not supported for DBI::PurePerl
skipping test on this platform
t/zz_41prof_dump_pp.1..0 # Skipped: profiling not supported for DBI::PurePerl
skipping test on this platform
t/zz_42prof_data_pp.1..0 # Skipped: profiling not supported for DBI::PurePerl
skipping test on this platform
t/zz_60preparse_pp..1..0 # Skipped: preparse not supported for DBI::PurePerl
skipping test on this platform
t/zz_70shell_pp.....1..3
ok 1
DBI::Shell 11.03 using DBI 1.32
ok 2
ok 3
ok
t/zz_80proxy_pp.....1..0 # Skipped: modules required for proxy are probably not 
installed
skipping test on this platform
Failed Test  Status Wstat Total Fail  Failed  List of failed
-------------------------------------------------------------------------------
t/10examp.t      20  5120   245  142  57.96%  104-245
t/40profile.t     2   512    56   56 100.00%  1-56
9 tests skipped.
Failed 2/34 test scripts, 94.12% okay. 198/1108 subtests failed, 82.13% okay.
*** Error code 2

Stop in /usr/local/DBI-1.32.
webserver1#

Reply via email to