in reply to Re: How to build DBD::MySQL
in thread How to build DBD::MySQL

Can you explain your procedure ?

Replies are listed 'Best First'.
Re^3: How to build DBD::MySQL
by Limbic~Region (Chancellor) on Jul 16, 2008 at 13:24 UTC
    fredo2906,
    Given that it was more than 3 years ago and I only did it once, probably not. The basic outline was this:
    • Install MySQL Server for Windows
    • Ensure the client libraries are NOT in PATH
    • Compile the client libraries from source in Cygwin
    • Ensure the Cygwin client libraries are in PATH
    • Compile and install DBD::mysql in Cygwin using this guide

    Note: The guide referenced in the last step actually points to various other resources.

    Cheers - L~R