On Fri, 2004-02-06 at 23:13, Dave Miller wrote: > I am trying to install DBI 1.40 on Perl 5.8.2 on a Fedora Core 1 machine, > Perl 5.8.2 is installed from SRPM. > > It compiles, but make test hangs after the following output: > > t/05thrclone...........ok 1/10Usage: DBI::_clone_dbis() at t/05thrclone.t > line 46. > # Looks like you planned 10 tests but only ran 1. > # Looks like your test died just after 1. > > > DBI 1.40 installs just fine on Perl 5.8.1 on the same machine. Anyone have > any ideas?
Fedora's perl build is done with -DDEBUGGING, and that causes DBI's thrclone call to fail. This is documented in DBI's README, IIRC. Michael
