Hi I tried to install DBI-1.21.
perl Makefile.pl and make worked fine. With exeption of some compile errors. While doing make test I get this error: ---- All tests successful. Files=8, Tests=418, 23 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl5/i386-openbsd/5.6.0 -I/usr/libdata/perl5 test.pl test.pl DBI test application $Revision: 11.3 $ Using /tmp/DBI-1.21/blib Switch: DBI 1.21 by Tim Bunce, 1.21 Available Drivers: ADO, ExampleP, Multiplex, Proxy, mysql dbi:ExampleP:: testing 5 sets of 20 connections: Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Disconnecting... Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Disconnecting... Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Disconnecting... Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Disconnecting... Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Disconnecting... Made 100 connections in 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) Testing handle creation speed... Illegal division by zero at test.pl line 105. *** Error code 255 --- I added the output of each step is put on the following pages (they are some kinf of big, so I don't want to attach them to this mail, hope that's ok): perl Makefile.PL -> <http://ifix.cx/perl/debug.perl_Makefile.PL> make -> <http://ifix.cx/perl/debug.make> make test TEST_VERBOSE=1 -> <http://ifix.cx/perl/debug.make_test_TEST_VERBOSE=1> I'm running the following perl: mupfel# perl -V Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Platform: osname=openbsd, osvers=2.7, archname=i386-openbsd uname='openbsd' config_args='-Dopenbsd_distribution=defined -dsE' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=undef d_sfio=undef uselargefiles=define use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef Compiler: cc='cc', optimize='-O2', gccversion=2.95.2 19991024 (release) cppflags='-fno-strict-aliasing -I/usr/local/include' ccflags ='-fno-strict-aliasing -I/usr/local/include' stdchar='char', d_stdstdio=undef, usevfork=true intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='ld', ldflags ='' libpth=/usr/lib libs=-lm -lc libc=/usr/lib/libc.so.25.0, so=so, useshrplib=true, libperl=libperl.so.6.0 Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=define, ccdlflags=' ' cccdlflags='-DPIC -fPIC ', lddlflags='-Bshareable ' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under openbsd Compiled at Oct 18 2001 01:26:56 @INC: /usr/libdata/perl5/i386-openbsd/5.6.0 /usr/local/libdata/perl5/i386-openbsd/5.6.0 /usr/libdata/perl5 /usr/local/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/site_perl /usr/lib/perl5/site_perl . OS: mupfel# uname -a OpenBSD mupfel 2.7 MUPFEL#0 i386 mupfel# Hope you can help me. If you need further information, just mail me. Regards from Nuremberg, Daniele
