I've searched the DBI FAQ and used google to see if anyone else is seeing this. Not with this version ....
thanks. erin oneill
Here are the details: # Host machine: Sun Sparc Solaris 2.8 Generic_108528-29 sun4u sparc SUNW,UltraAX-i2
Perl was a binary obtained from sunfreeware.com (5.8.3)
# perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
Platform:
osname=solaris, osvers=2.8, archname=sun4-solaris
uname='sunos 5.8 generic_108528-11 sun4u sparc sunw,ultra-5_10 solaris '
config_args='-Dcc=gcc -B/usr/ccs/bin/'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc -B/usr/ccs/bin/', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O',
cppflags='-fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='3.3.2', gccosandvers='solaris2.8'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='gcc -B/usr/ccs/bin/', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldb -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under solaris
Compiled at Feb 8 2004 03:32:07
@INC:
/usr/local/lib/perl5/5.8.3/sun4-solaris
/usr/local/lib/perl5/5.8.3
/usr/local/lib/perl5/site_perl/5.8.3/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.3
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl
.
make test hangs here:
# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01basics.............ok 41/43
DETAILS:
# make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/01basics.............1..43
ok 1 at line 35
ok 2 at line 36
ok 3 at line 40
available_drivers: ExampleP Multiplex Oracle Proxy Sponge mysql
ok 4 at line 44
ok 5 at line 45
ok 6 at line 49
ok 7 at line 52
ok 8 at line 54
ok 9 at line 56
ok 10 at line 58
ok 11 at line 59
ok 12 at line 62
ok 13 at line 65
ok 14 at line 67
ok 15 at line 68
ok 16 at line 70
ok 17 at line 71
ok 18 at line 72
ok 19 at line 73
ok 20 at line 75
ok 21 at line 76
ok 22 at line 77
ok 23 at line 82
ok 24 at line 83
ok 25 at line 84
ok 26 at line 85
ok 27 at line 86
ok 28 at line 87
ok 29 at line 90
ok 30 at line 91
ok 31 at line 92
ok 32 at line 93
ok 33 at line 94
ok 34 at line 95
ok 35 at line 97
ok 36 at line 98
ok 37 at line 99
ok 38 at line 107
ok 39 at line 108
test DBI->installed_versions (for ExampleP Multiplex Oracle Proxy Sponge mysql)
(a bad driver can kill the process here)
ok 40 at line 114
ok 41 at line 115
