@@ -15,7 +15,7 @@ Prerequisites
15
15
* Versions lower than 2.3 WON'T WORK.
16
16
17
17
* 2.4 is the primary test environment.
18
-
18
+
19
19
* Red Hat Linux:
20
20
21
21
- Make sure you have the Python development headers and libraries
@@ -43,7 +43,7 @@ Prerequisites
43
43
supported, and won't be until MySQLdb-1.3 or 2.0, if ever.
44
44
45
45
* MySQL-5.0 is supported and tested, including stored procedures.
46
-
46
+
47
47
* MySQL-5.1 is supported (currently a release candidate) but untested.
48
48
It should work.
49
49
@@ -93,7 +93,7 @@ Prerequisites
93
93
94
94
* May be needed for MySQL-4.0 or newer, depending on compilation
95
95
options. If you need it, you probably already have it.
96
-
96
+
97
97
- you may need openssl-devel on some platforms
98
98
99
99
+ C compiler
@@ -134,7 +134,7 @@ edit the [options] section of site.cfg:
134
134
if True, try to link against a static library; otherwise link
135
135
against dynamic libraries (default). You may need static linking
136
136
to use the embedded server.
137
-
137
+
138
138
139
139
Finally, putting it together::
140
140
@@ -187,7 +187,7 @@ their own packages available.
187
187
188
188
RPMs
189
189
....
190
-
190
+
191
191
If you prefer to install RPMs, you can use the bdist_rpm command with
192
192
setup.py. This only builds the RPM; it does not install it. You may
193
193
want to use the --python=XXX option, where XXX is the name of the
0 commit comments