[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: DBD DBI on RaQ XTR



> cpan> install DBI::DBD
> ...
> Running make for T/TI/TIMB/DBI-1.38.tar.gz
> CPAN: MD5 loaded ok
> Checksum for /root/.cpan/sources/authors/id/T/TI/TIMB/DBI-1.38.tar.gz ok
>
> Perl 5.006 required--this is only version 5.00503, stopped at Makefile.PL
> line 10.

What's really interesting is the readme for this version 
(http://cpan.org/modules/by-authors/id/TIMB/DBI-1.38.readme) says in it:

BEFORE BUILDING, TESTING AND INSTALLING this you will need to:

    Build, test and install Perl 5 (5.005_03 or later).

But all the readmes for several versions back seem to say the same thing (the 
copyright hasn't been updated since 2002 though, so...)

Tim recommends (for problems) "For more information and to keep informed about 
progress you can join the mailing list via mailto:dbi-users-help@xxxxxxxx";

Or just start grabbing each version back from the current one, and build it 
the manual way (perl Makefile.pl && make && make test && make install) until 
you get one that builds...?