Hi tim,
>
> ok 39 at line 107
> dubious
> Test returned status 0 (wstat 11, 0xb)
> DIED. FAILED tests 40-43
>
> Tests 40-43 test DBI->installed_versions(). I'd guess that you have
> a driver that kills the process when it's loaded.
>
> In the DBI source directory, what does running this produce:
>
> perl -Mblib -e 'DBI->installed_versions'
>
> (include both stdout and stderr)
from /root/.cpan/build/DBI-1.40:
[EMAIL PROTECTED] DBI-1.40]# perl -Mblib -e 'DBI->installed_versions'
Can't locate object method "installed_versions" via package "DBI" (perhaps you
forgot to load "DBI"?) at -e line 1.
I guess it should have been:
[EMAIL PROTECTED] DBI-1.40]# perl -MDBI -e 'DBI->installed_versions'
Segmentation fault
[EMAIL PROTECTED] DBI-1.40]#
Which lead directly to a seg fault. uhm...
> Also try
> DBI_TRACE=4=/tmp/dbitrace.log perl -Mblib t/01basics.t
>
> and post just the relevant part of /tmp/dbitrace.log
from the /tmp/dbitrace.log
<cut>
<- install_driver= DBI::dr=HASH(0x82317ac)
-> DBI->install_driver(Sponge) for linux perl=5.008 pid=6841 ruid=0 euid=0
install_driver: DBD::Sponge version 11.10 loaded from
/root/.cpan/build/DBI-1.40/blib/lib/DBD/Sponge.pm
dbih_setup_handle(DBI::dr=HASH(0x81fac64)=>DBI::dr=HASH(0x835442c),
DBD::Sponge::dr, 0, Null!)
dbih_make_com(Null!, 0, DBD::Sponge::dr, 112, 0) thr#804bc70
<- install_driver= DBI::dr=HASH(0x81fac64)
-> DBI->install_driver(Sybase) for linux perl=5.008 pid=6841 ruid=0 euid=0
<IT SEGFAULT HERE>
I'm using DBD-Sybase-1.02.
If you need more information, I can send the whole dbitrace.log.
Regards,
Martin Gingras