If there is no configure file, then you didn't unpack the archive properly. Or maybe you are in the wrong directory. Or maybe the tarball you downloaded didn't include the configure file. There are many reasons why this might be so, but none of them are related to Perl.

It seems to me that you are trying to get DBD::MySQL working under Perl on Win32. Are you using the cygwin build of Perl or are you using ActiveState Perl?

If you're using ActiveState Perl, then a much easier way might be to find a precompiled PPM to access MySQL.

If you're using cygwin Perl (and I advise you against it unless there are other factors coming into play), then you will have to get DBD::MySQL to compile by configuring the MySQL source code and setting up the proper paths. If you get a problem during the configuring of MySQL, the MySQL forums are a much more likely place to find help than Perlmonks.


In reply to Re^3: DBD --- not Installing! by Corion
in thread DBD --- not Installing! by swetashah23

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.