I am trying to build the everything engine on a clean box. I just build perl and I've been installing the required modules... Well I download
Msql-Mysql-modules from everydevel's modules directory and when I
perl Makefile.PL I get a warning saying that I need version XYZ of DBI or later to install the module... So I use CPAN.pm to install DBI. It tells me that DBI is up to date.
So is CPAN.pm on crack? Or is Msql-Mysql-modules to blame? Has anyone had this problem before?
Below is *exactly* the errors I'm recieving. Thanks.
[root@japh Msql-Mysql-modules-1.2018]# perl Makefile.PL
Checking for DBI, 0.93 or later ...
You don't have installed the DBI module, version 0.93 or later. I cann
+ot
continue installing the Msql-Mysql modules.
Checking for Data::Dumper ... ok
Checking for Data::ShowTable ... ok
Missing modules are available from any CPAN mirror, for example
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module
[root@japh Msql-Mysql-modules-1.2018]# perl -MCPAN -e 'install DBI'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Wed, 24 Sep 2003 07:46:54 GMT
DBI is up to date.
[root@japh Msql-Mysql-modules-1.2018]#
-silent11
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.