Hi All,

Can someone help me urgently..
Iam trying to install DBI-1.25 on AIX 4.3 with perl version 5.005_03.
--------------
/root/test1/DBI-1.25 * itte11a2 * root * > perl -V

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:

  Platform:

    osname=aix, osvers=4.3.3.0, archname=aix

    uname='aix funny 3 4 000001716600 '

    hint=recommended, useposix=true, d_sigaction=define

    usethreads=undef useperlio=undef d_sfio=undef

  Compiler:

    cc='cc', optimize='-O', gccversion=

    cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384'

    ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384'

    stdchar='unsigned char', d_stdstdio=define, usevfork=false

    intsize=4, longsize=4, ptrsize=4, doublesize=8

    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8

    alignbytes=8, usemymalloc=n, prototype=define

  Linker and Libraries:

    ld='ld', ldflags ='-s'

    libpth=/lib /usr/lib /usr/ccs/lib

    libs=-lnsl -ldbm -ldl -lld -lm -lc -lcrypt -lbsd -lPW -lC_r

    libc=/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a

  Dynamic Linking:

    dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='-bE:perl.exp'

    cccdlflags=' ', lddlflags='-bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp
-bE:$(BASEEXT).exp -b noentry -lc'




Characteristics of this binary (from libperl):

  Built under aix

  Compiled at Aug 14 1999 08:59:55

  @INC:

    /usr/opt/perl5/lib/5.00503/aix

    /usr/opt/perl5/lib/5.00503

    /usr/opt/perl5/lib/site_perl/5.005/aix

    /usr/opt/perl5/lib/site_perl/5.005
---------------------------------------------------------------


The following is the output of make test command
--------------------
/root/test1/DBI-1.25 * itte11a2 * root * > make test

        PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/opt/perl5/lib/5.00503/aix -I/usr/opt/perl5/lib/5.00503 -e 'use
 Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t

t/01basics..........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/01basics.t line 21.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/02dbidrv..........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/02dbidrv.t line 3.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/03hleak...........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/03hleak.t line 8.

dubious

        Test returned status 2 (wstat 512, 0x200)

DIED. FAILED tests 1-10

        Failed 10/10 tests, 0.00% okay

t/10examp...........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/10examp.t line 5.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/15array...........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/15array.t line 12.

dubious

        Test returned status 2 (wstat 512, 0x200)

DIED. FAILED tests 1-24

        Failed 24/24 tests, 0.00% okay

t/20meta............Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/20meta.t line 19.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/30subclass........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/30subclass.t line 79.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/40profile.........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/40profile.t line 6.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/60preparse........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/60preparse.t line 3.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/70shell...........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at blib/lib/DBI/Shell.pm line 74.

BEGIN failed--compilation aborted at t/70shell.t line 30.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/80proxy...........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/80proxy.t line 7.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/zz_01basics_pp....    Using DBI::PurePerl (DBI_PUREPERL=2)

ok

t/zz_02dbidrv_pp....ok

t/zz_03hleak_pp.....ok

t/zz_10examp_pp..... Taint attribute tests skipped

ok

t/zz_15array_pp.....Use of uninitialized value at
/usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/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_60preparse_pp..skipping test on this platform

t/zz_70shell_pp.....Use of uninitialized value at (eval 228) line 16,
<TERMCAP> chunk 1576.
ok

t/zz_80proxy_pp.....skipping test on this platform

Failed Test  Status Wstat Total Fail  Failed  List of failed

-------------------------------------------------------------------------------

t/01basics.t      2   512    ??   ??       %  ??

t/02dbidrv.t      2   512    ??   ??       %  ??

t/03hleak.t       2   512    10   10 100.00%  1-10

t/10examp.t       2   512    ??   ??       %  ??

t/15array.t       2   512    24   24 100.00%  1-24

t/20meta.t        2   512    ??   ??       %  ??

t/30subclass.t    2   512    ??   ??       %  ??

t/40profile.t     2   512    ??   ??       %  ??

t/60preparse.t    2   512    ??   ??       %  ??

t/70shell.t       2   512    ??   ??       %  ??

t/80proxy.t       2   512    ??   ??       %  ??

3 tests skipped.

Failed 11/22 test scripts, 50.00% okay. 34/362 subtests failed, 90.61% okay.

make: 1254-004 The error code from the last command is 2.





Stop.                                             ----------------------


Output for make test TEST_VERBOSE=1
------------------------------------------
/root/test1/DBI-1.25 * itte11a2 * root * > make test TEST_VERBOSE=1

        PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/opt/perl5/lib/5.00503/aix -I/usr/opt/perl5/lib/5.00503 -e 'use
 Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t

t/01basics..........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/01basics.t line 21.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/02dbidrv..........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/02dbidrv.t line 3.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/03hleak...........1..10

Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI: dlopen:
blib/arch/auto/DBI/DBI.so: A file or directory in the path name does
not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm line 169.



 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/03hleak.t line 8.

dubious

        Test returned status 2 (wstat 512, 0x200)

DIED. FAILED tests 1-10

        Failed 10/10 tests, 0.00% okay

t/10examp...........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/10examp.t line 5.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/15array...........1..24

Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI: dlopen:
blib/arch/auto/DBI/DBI.so: A file or directory in the path name does
not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm line 169.



 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/15array.t line 12.

dubious

        Test returned status 2 (wstat 512, 0x200)

DIED. FAILED tests 1-24

        Failed 24/24 tests, 0.00% okay

t/20meta............Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/20meta.t line 19.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/30subclass........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/30subclass.t line 79.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/40profile.........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/40profile.t line 6.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/60preparse........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/60preparse.t line 3.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/70shell...........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at blib/lib/DBI/Shell.pm line 74.

BEGIN failed--compilation aborted at t/70shell.t line 30.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/80proxy...........Can't load 'blib/arch/auto/DBI/DBI.so' for module DBI:
dlopen: blib/arch/auto/DBI/DBI.so: A file or directory in
 the path name does not exist. at /usr/opt/perl5/lib/5.00503/aix/DynaLoader.pm
line 169.


 at blib/lib/DBI.pm line 237

BEGIN failed--compilation aborted at blib/lib/DBI.pm line 237.

BEGIN failed--compilation aborted at t/80proxy.t line 7.

dubious

        Test returned status 2 (wstat 512, 0x200)

t/zz_01basics_pp....1..38

        Using DBI::PurePerl (DBI_PUREPERL=2)

ok 1 at line 32

ok 2 at line 33

ok 3 at line 37

ok 4 at line 40

ok 5 at line 41

ok 6 at line 44

ok 7 at line 46

ok 8 at line 48

ok 9 at line 50

ok 10 at line 51

ok 11 at line 54

ok 12 at line 57

ok 13 at line 59

ok 14 at line 60

ok 15 at line 62

ok 16 at line 63

ok 17 at line 64

ok 18 at line 65

ok 19 at line 67

ok 20 at line 68

ok 21 at line 69

ok 22 at line 74

ok 23 at line 75

ok 24 at line 76

ok 25 at line 77

ok 26 at line 78

ok 27 at line 79

ok 28 at line 82

ok 29 at line 83

ok 30 at line 84

ok 31 at line 85

ok 32 at line 86

ok 33 at line 87

ok 34 at line 89

ok 35 at line 90

ok 36 at line 91

ok 37 at line 95

ok 38 at line 96

ok

t/zz_02dbidrv_pp....1..22

ok 1

ok 2

ok 3

ok 4

DBD::_::dr internals

ok 5

ok 6

DBD::_::db internals

ok 7

ok 8

Driver for inner handles needs to be the Drivers inner handle

ok 9

ok 10

ok 11

Driver for outer handles needs to be the Drivers outer handle

ok 12

ok 13

ok 14

ok 15

ok 16

ok 17

ok 18

ok 19

ok 20

ok 21

ok 22

ok

t/zz_03hleak_pp.....1..10

ok 1

ok 2

ok 3

ok 4

ok 5

ok 6

ok 7

ok 8

ok 9

ok 10

ok

t/zz_10examp_pp.....1..210

ok 1 at line 33

ok 2 at line 40

ok 3 at line 41

ok 4 at line 56

ok 5 at line 57

ok 6 at line 60

ok 7 at line 63

ok 8 at line 65

ok 9 at line 70

ok 10 at line 71

ok 11 at line 72

ok 12 at line 75

ok 13 at line 76

quote

ok 14 at line 80

ok 15 at line 81

ok 16 at line 82

ok 17 at line 83

quote_identifier

ok 18 at line 87

ok 19 at line 88

ok 20 at line 89

ok 21 at line 90

ok 22 at line 91

ok 23 at line 95

others

ok 24 at line 99

ok 25 at line 103

ok 26 at line 109

ok 27 at line 114

ok 28 at line 118

ok 29 at line 119

ok 30 at line 120

ok 31 at line 121

ok 32 at line 122

ok 33 at line 125

ok 34 at line 127

ok 35 at line 127

ok 36 at line 127

ok 37 at line 131

ok 38 at line 132

ok 39 at line 140

ok 40 at line 140

ok 41 at line 140

ok 42 at line 142

ok 43 at line 147

ok 44 at line 149

ok 45 at line 151

ok 46 at line 152

ok 47 at line 153

ok 48 at line 154

ok 49 at line 156

ok 50 at line 157

ok 51 at line 158

ok 52 at line 159

ok 53 at line 174

ok 54 at line 175

ok 55 at line 176

ok 56 at line 179

ok 57 at line 182

 Taint aok 58 at line 183

ttribute tests skipped

ok 59 at line 184

ok 60 at line 212

ok 61 at line 212

ok 62 at line 212

ok 63 at line 212

ok 64 at line 212

ok 65 at line 212

ok 66 at line 212

ok 67 at line 216

ok 68 at line 217

ok 69 at line 219

ok 70 at line 221

ok 71 at line 223

ok 72 at line 225

ok 73 at line 226

ok 74 at line 229

fetchrow_hashref('NAME_uc')

ok 75 at line 232

ok 76 at line 234

ok 77 at line 235

ok 78 at line 236

ok 79 at line 237

FetchHashKeyName

ok 80 at line 240

ok 81 at line 242

ok 82 at line 243

ok 83 at line 244

ok 84 at line 245

ok 85 at line 246

fetchall_arrayref

ok 86 at line 249

ok 87 at line 251

ok 88 at line 252

ok 89 at line 253

ok 90 at line 254

ok 91 at line 255

fetchall_arrayref array slice

ok 92 at line 258

ok 93 at line 260

ok 94 at line 261

ok 95 at line 262

fetchall_arrayref hash slice

ok 96 at line 265

ok 97 at line 268

ok 98 at line 269

ok 99 at line 270

fetchall_arrayref hash

ok 100 at line 274

ok 101 at line 276

ok 102 at line 277

ok 103 at line 278

ok 104 at line 284

ok 105 at line 285

selectrow_array

ok 106 at line 292

ok 107 at line 293

selectrow_hashref

ok 108 at line 297

ok 109 at line 298

ok 110 at line 299

ok 111 at line 300

selectall_arrayref

ok 112 at line 304

ok 113 at line 305

ok 114 at line 306

ok 115 at line 307

selectall_arrayref Slice array slice

ok 116 at line 311

ok 117 at line 312

ok 118 at line 313

ok 119 at line 314

selectall_arrayref Columns array slice

ok 120 at line 318

ok 121 at line 319

ok 122 at line 320

ok 123 at line 321

selectall_arrayref hash slice

ok 124 at line 325

ok 125 at line 326

ok 126 at line 327

ok 127 at line 328

ok 128 at line 329

ok 129 at line 330

ok 130 at line 331

selectall_hashref

ok 131 at line 335

ok 132 at line 336

ok 133 at line 337

ok 134 at line 338

selectall_hashref by column number

ok 135 at line 342

ok 136 at line 343

selectcol_arrayref

ok 137 at line 347

ok 138 at line 348

ok 139 at line 349

selectcol_arrayref column slice

ok 140 at line 353

ok 141 at line 355

ok 142 at line 356

ok 143 at line 357

begin_work...

ok 144 at line 362

ok 145 at line 363

ok 146 at line 365

ok 147 at line 366

ok 148 at line 367

ok 149 at line 370

ok 150 at line 371

ok 151 at line 373

ok 152 at line 375

ok 153 at line 376

others...

ok 154 at line 383

ok 155 at line 384

RaiseError & PrintError & ShowErrorStatement

ok 156 at line 388

ok 157 at line 390

ok 158 at line 394

ok 159 at line 396

ok 160 at line 397

ok 161 at line 401

ok 162 at line 402

ok 163 at line 404

ok 164 at line 405

ok 165 at line 407

ok 166 at line 412

ok 167 at line 414

ok 168 at line 420

ok 169 at line 421

ok 170 at line 422

ok 171 at line 424

HandleError

ok 172 at line 438

ok 173 at line 439

HandleError -> die

ok 174 at line 447

ok 175 at line 448

HandleError -> 0 -> RaiseError

ok 176 at line 452

ok 177 at line 453

HandleError -> 1 -> return (original)undef

ok 178 at line 458

ok 179 at line 459

HandleError -> 2 -> return (modified)42

ok 180 at line 466

ok 181 at line 467

ok 182 at line 470

dump_results

ok 183 at line 475

ok 184 at line 476

ok 185 at line 489

ok 186 at line 491

table_info

ok 187 at line 503

ok 188 at line 510

ok 189 at line 520

ok 190 at line 522

tables

ok 191 at line 535

ok 192 at line 537

ok 193 at line 537

ok 194 at line 537

ok 195 at line 537

ok 196 at line 537

Testing the fake directories (0).

ok 197 at line 542

ok 198 at line 543

ok 199 at line 545

ok 200 at line 546

Testing the fake directories (100).

ok 201 at line 542

ok 202 at line 543

ok 203 at line 545

ok 204 at line 549

Testing the fake directories (200).

ok 205 at line 542

ok 206 at line 543

ok 207 at line 545

ok 208 at line 549

ok 209 at line 557

Testing $dbh->func().

ok 210 at line 566

ok

t/zz_15array_pp.....1..24

ok 1

ok 2

ok 3

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/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/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

ok 15

ok 16

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

ok 17

ok 18

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

ok 19

ok 20

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

ok 21

ok 22

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/5.00503/Test.pm line 68.

Use of uninitialized value at /usr/opt/perl5/lib/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_60preparse_pp..1..0 # Skipped: preparse not supported for DBI::PurePerl

skipping test on this platform

t/zz_70shell_pp.....1..3

ok 1

Use of uninitialized value at (eval 228) line 16, <TERMCAP> chunk 1576.

DBI::Shell 11.02 using DBI 1.25

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/01basics.t      2   512    ??   ??       %  ??

t/02dbidrv.t      2   512    ??   ??       %  ??

t/03hleak.t       2   512    10   10 100.00%  1-10

t/10examp.t       2   512    ??   ??       %  ??

t/15array.t       2   512    24   24 100.00%  1-24

t/20meta.t        2   512    ??   ??       %  ??

t/30subclass.t    2   512    ??   ??       %  ??

t/40profile.t     2   512    ??   ??       %  ??

t/60preparse.t    2   512    ??   ??       %  ??

t/70shell.t       2   512    ??   ??       %  ??

t/80proxy.t       2   512    ??   ??       %  ??

3 tests skipped.

Failed 11/22 test scripts, 50.00% okay. 34/362 subtests failed, 90.61% okay.

make: 1254-004 The error code from the last command is 2.





Stop.
-------------------------------------------------------------------------


Regards,
Mani
OOC - Sys. Admin.



------------------------------------------------------------------------------
The contents of this e-mail are confidential to the ordinary user of the
e-mail address to which it was addressed and may also be privileged. If you
are not the addressee of this e-mail you should not copy, forward, disclose or
otherwise use it or any part of it in any form whatsoever. If you have
received this e-mail in error please notify us by telephone or e-mail the
sender by replying to this message, and then delete the e-mail and other
copies of it from your computer system. Thank you.

We believe this email to be virus free but do not warrant that this is the
case and we will not accept liability for any losses arising from any virus
being transmitted unintentionally by us.

We reserve the right to monitor all E-mail communications through our network

Reply via email to