Don't configure MySQL if the driver isn't there.
[apr-util.git] / INSTALL.MySQL
blob67718bf9d8259a7b6e173c6168f858c3e036a8cc
1 The MySQL driver is not distributed from apache.org due to licensing issues.
3 If you wish to build the driver, download apr_dbd_mysql.c from
4 http://apache.webthing.com/database/
5 and copy it into the dbd directory.
6 Now run buildconf, followed by configure.
8 It is distributed under the GPL to conform with MySQL License terms
9 This means it cannot be distributed from apache.org, as that would
10 violate ASF policy.
12 Using the driver with APR and Apache is of course allowed,
13 and there is no problem with a third party bundling the driver,
14 provided you respect both the ASF and GPL licenses.