(original) (raw)
On 26 Nov 2004, at 08:39, Zsolt.Putnoky@alcatel.fr wrote: Dear All, I had tried to install MySQLdba-1.0.0 to be able to talk to MySQL 4 databases. I cd-ed into the MySQLdba-1.0.0 folder then issued the following command /usr/local/bin/python setup.py install # /usr/local/bin/python is to select the custom installation (Python 2.3.4) and not the Apple provided one. At the end of the installation, had received the following message _mysql.c: In function `_mysql_ConnectionObject_shutdown': _mysql.c:1545: error: too few arguments to function `mysql_shutdown' error: command 'gcc' failed with exit status 1 Have you checked that the version of mysql that you have installed is actually the same version as what the MySQLdba extension expects? This looks like the sort of error that could happen if the two don't match: it appears the function signature of mysql_shutdown() is different from what MySQLdba expects... -- Jack Jansen, <jack.jansen@cwi.nl, http://www.cwi.nl/\~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman /jack.jansen@cwi.nl