Re: mysql.h: No such file or directory when building MySQL-python

2005-05-11 Thread francescomoi
Thank you Andy for your answer. I tried by using '1.2.1c1' and '1.2.1c2', but with no success: --- creating build/temp.linux-i686-2.3 gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -march=i386 -mcpu=i686 - D_GNU_SOURCE -fPIC -fPIC -I/usr/include/python2.3 -c _mysql.c -o

Re: mysql.h: No such file or directory when building MySQL-python

2005-04-28 Thread Andy Dustman
[EMAIL PROTECTED] wrote: I'm trying to build 'MySQL-python-1.2.0' on my Linux FC2: ... gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -march=i386 -mcpu=i686 -D_GNU_SOURCE -fPIC -fPIC -I/usr/include/python2.3 -c _mysql.c -o build/temp.linux-i686-2.3/_mysql.o -I'/usr/include/mysql'

mysql.h: No such file or directory when building MySQL-python

2005-04-27 Thread francescomoi
Hi. I'm trying to build 'MySQL-python-1.2.0' on my Linux FC2: -- [ ]# export PATH=$PATH:/usr/local/mysql/bin/ [ ]# export mysqlclient=mysqlclient_r [ ]# python setup.py clean [ ]# python setup.py build running build running build_py running build_ext building