On Mon, Feb 05, 2007 at 05:08:53PM +0100, H.Merijn Brand wrote: > On Mon, 5 Feb 2007 15:53:11 +0000, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > > > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > > > t/01basics................NOK 1 > > > # Tried to use 'DBI'. > > > # Error: Can't load > > > '/pro/3gl/CPAN/DBI-1.54/blib/arch/auto/DBI/DBI.so' for module DBI: > > > /pro/3gl/CPAN/DBI-1.54/blib/arch/auto/DBI/DBI.so: undefined symbol: > > > __builtin_object_size at > > > /usr/lib/perl5/5.8.7/i586-linux-thread-multi/DynaLoader.pm line 230. > > > > Looks very much like a broken perl or compiler installation. > > Hahaha. This is the system perl :) > I *never* voluntarily build threaded perls for real-life use. > > > Could you look into that? > > And where do I start? I really really never use /usr/bin/perl for > for my own stuff, as it is missing defined-or are hence completely > unuseable for me :)
Ah well, let's not worry about it unless others turn up similar issues. > > > cc: "DBI.xs", line 1328: warning 727: Cast truncates pointer into 32 > > > bit integer. > > > > I believe I've fixed those truncation warnings now. > > as in "Here is RC4" ? > http://homepage.mac.com/tim.bunce/.Public/perl/DBI-1.54-RC4.tar.gz Nope, not yet. I'd like to have a draft of an http gofer transport implemented for the next release candidate. I'd also like some feedback on DBD::Gofer. Have any of you taken a look? (Please start a new thread :) Tim.