| 1 |
The MySQL driver is not distributed from apache.org due to licensing issues.
|
| 2 |
|
| 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.
|
| 7 |
|
| 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.
|
| 11 |
|
| 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.
|