I am trying to befriend Perl and MySQL database as you
can see from my topic. Actually its a first time iam
here, so i decided to write to the seekers of the
wisdom forum.
OS - Win2000; Perl - 5.6.1 build 635; and mysql;
Trying to use PPM to install DBD::Mysql module.
Already have installed DBI through it. The problem is:
PPM interactive shell (2.2.0) - type 'help' for available commands. PPM> install DBD-Mysql Install package 'DBD-Mysql?' (y/N): y Installing package 'DBD-Mysql'... Error installing package 'DBD-Mysql': Read a PPD for 'DBD-Mysql', but +it is not intended for this build of Perl (MSWin32-x86-multi-thread) PPM>

I have already tried to install it manually through the downloading DB +D-Mysql.tar.gz and run the makefile.pl file but it gives the error : C:\drv for mysql\Msql-Mysql-modules-1.2216>makefile.pl Which drivers do you want to install? 1) MySQL only 2) mSQL only (either of mSQL 1 or mSQL 2) 3) MySQL and mSQL (either of mSQL 1 or mSQL 2) 4) mSQL 1 and mSQL 2 5) MySQL, mSQL 1 and mSQL 2 Enter the appropriate number: [3] 1 Do you want to install the MysqlPerl emulation? You might keep your ol +d Mysql module (to be distinguished from DBD::mysql!) if you are concern +ed about compatibility to existing applications! [n] Where is your MySQL installed? Please tell me the directory that contains the subdir 'include'. [C:/mysql] Which database should I use for testing the MySQL drivers? [test] On which host is database test running (hostname, ip address or host:port) [localhost] User name for connecting to database test? [undef] Password for connecting to database test? [undef] Creating files for MySQL .................... Checking if your kit is complete... Looks good Warning: prerequisite DBI 1.08 not found at C:/Perl/lib/ExtUtils/MakeM +aker.pm line 343. Warning: prerequisite Data::ShowTable failed to load: Can't locate Dat +a/ShowTable.pm in @INC (@INC conta ins: lib C:/Perl/lib C:/Perl/site/lib .) at (eval 26) line 3. WARNING from evaluation of C:\drv for mysql\Msql-Mysql-modules-1.2216\ +mysql/Makefile.PL: Can't locate DB I/DBD.pm in @INC (@INC contains: lib C:/Perl/lib C:/Perl/site/lib .) a +t (eval 38) line 6. BEGIN failed--compilation aborted at (eval 38) line 6. Writing Makefile for Msql-Mysql-modules C:\drv for mysql\Msql-Mysql-modules-1.2216>makefile.pl Which drivers do you want to install? 1) MySQL only 2) mSQL only (either of mSQL 1 or mSQL 2) 3) MySQL and mSQL (either of mSQL 1 or mSQL 2) 4) mSQL 1 and mSQL 2 5) MySQL, mSQL 1 and mSQL 2 Enter the appropriate number: [3] 1 Do you want to install the MysqlPerl emulation? You might keep your ol +d Mysql module (to be distinguished from DBD::mysql!) if you are concern +ed about compatibility to existing applications! [n] Warning: prerequisite DBI 1.08 not found at C:/Perl/lib/ExtUtils/MakeM +aker.pm line 343, <STDIN> line 2. Warning: prerequisite Data::ShowTable failed to load: Can't locate Dat +a/ShowTable.pm in @INC (@INC conta ins: lib C:/Perl/lib C:/Perl/site/lib .) at (eval 18) line 3, <STDIN> +line 2. WARNING from evaluation of C:\drv for mysql\Msql-Mysql-modules-1.2216\ +mysql/Makefile.PL: Can't locate DB I/DBD.pm in @INC (@INC contains: lib C:/Perl/lib C:/Perl/site/lib .) a +t (eval 30) line 6. BEGIN failed--compilation aborted at (eval 30) line 6. Writing Makefile for Msql-Mysql-modules

I have no idea what to do.
Iam sorry for this big amount of information, but we need it.
Why while i installing it through PPM my build is
not apropriate?( I upgraded it with latest version of
Perl just right after i started getting that problem.
I really Have to install Perl support for Mysql.
Please help me.

In reply to Perl and MySQL database. by JaJa

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.