~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to srclib/apr-util/INSTALL.MySQL

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.