Anonymous - 2003-01-28

I'm running OS X 10.2 with the  binary installation of mySql
from fink.

I'm running in to problems with installing mysql-python
I've set thread_safe_library=NO
and added /sw/lib/mysql to the library search path
in the setup.py file but I can't figure out why the mysqlclient
library can't be found.  I guess I'm missing come magic
compiler incantation. Any help would be appreciated.

thanks,
Leslie

>building '_mysql' extension
skipping _mysql.c (build/temp.darwin-6.3-PowerMacintosh-2.2/_mysql.o up-to-date)
gcc -L/sw/lib -bundle -bundle_loader /sw/bin/python build/temp.darwin-6.3-PowerMacintosh-2.2/_mysql.o -L/usr/lib/mysql -L/usr/local/lib/mysql -L/usr/local/mysql/lib/mysql -L/sw/lib/mysql -L/sw/lib -lmysqlclient -lz -o build/lib.darwin-6.3-PowerMacintosh-2.2/_mysql.so -flat_namespace
ld: warning -L: directory name (/usr/lib/mysql) does not exist
ld: warning -L: directory name (/usr/local/lib/mysql) does not exist
ld: warning -L: directory name (/usr/local/mysql/lib/mysql) does not exist
ld: can't locate file for: -lmysqlclient
error: command 'gcc' failed with exit status 1