*** empty log message ***

svn path=/trunk/boinc/; revision=1917
This commit is contained in:
Karl Chen 2003-07-31 23:41:04 +00:00
parent 689ffafb83
commit 709aabb020
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Unix/Linux: compiled statically into Python
$ cd Python-2.3/ $ cd Python-2.3/
$ ./configure --prefix=/path/to/install/python $ ./configure --prefix=/path/to/install/python
7. Enter the MySQL in the Python extension setup file. 7. Enter the MySQL module in the Python extension setup file.
$ perl -wpi.bak -e "s,^_sre _sre.c,_mysql _mysql.c `mysql_config --cflags` `mysql_config --libs`\n$&," Modules/Setup $ perl -wpi.bak -e "s,^_sre _sre.c,_mysql _mysql.c `mysql_config --cflags` `mysql_config --libs`\n$&," Modules/Setup
(This adds the line '_mysql _msql.c [flags]' to Modules/Setup) (This adds the line '_mysql _msql.c [flags]' to Modules/Setup)