Hi,
RDBMS MySQL works fine on my machine. I want to install MySQL-python
1.0.0 under Red Hat 9.0.
[color=blue][color=green][color=darkred]
>>> platform.platfo rm()[/color][/color][/color]
'Linux-2.4.20-8-i686-with-redhat-9-Shrike'
There are some problems. If I call python
setup.py build
there are lots of errors:
_mysql.c:41:19: mysql.h: File not found
What can I do? How can I fix it?
o-o
Thomas
RDBMS MySQL works fine on my machine. I want to install MySQL-python
1.0.0 under Red Hat 9.0.
[color=blue][color=green][color=darkred]
>>> platform.platfo rm()[/color][/color][/color]
'Linux-2.4.20-8-i686-with-redhat-9-Shrike'
There are some problems. If I call python
setup.py build
there are lots of errors:
_mysql.c:41:19: mysql.h: File not found
What can I do? How can I fix it?
o-o
Thomas
Comment