solaris 9 and MySQLdb fix

Dave Harrison dave at nullcube.com
Fri May 9 05:01:36 EDT 2003


for those who care/are curious/might come across the same problem ...

turns out that the solaris gcc compiler is buggy.

you need to do a -v on the ./setup.py install

then find the gcc command used, then do a -v on that

then take the first gcc command shown, remove the parameter "-z text"

run the command as it then is, and re-run the install script.

damn that was a pain ;-)





More information about the Python-list mailing list