trying to install Msql-Mysql-modules and getting this error....
root@houlphp-nuke Msql-Mysql-modules-1.1835# perl Makefile.PL
Checking for DBI, 0.91 or later ... ok
Checking for Data::ShowTable ... ok
Which DBMS do you want to use?
1) MySQL
2) mSQL
3) Both
Enter your choice:
3 1
WARNING: realclean takes a hash reference not a
string/number.
Please inform the author.
Checking if your kit is complete...
Looks good
Where is your mysql installed? Please tell me the directory that contains
the subdir include/.
/usr/local/mysql
Writing Makefile for DBD::mysql
Writing Makefile for Mysql<bf>
Can't use string ("Mysql/Makefile.PL Msql/Makefile.") as a HASH ref while "strict refs" in use
at /usr/lib/perl5/5.8.0/ExtUtils/MakeMaker.pm line 624.
this is the line in the makefile that it is complaining about
my(%a) = %{$self->{$section} || {}};
push @{$self->{RESULT}}, "\n# --- MakeMaker $section secti
+on:";
push @{$self->{RESULT}}, "# " . join ", ", %a if $Verbose
+&& %a;
push @{$self->{RESULT}}, $self->nicetext($self->$section(
+%a ));
any ideas??
thanks -
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.