Package: python-mysqldb Version: 1.2.3-1+b1 Followup-For: Bug #678169 Looks like I went back too far. I'll attach what was actually needed.
-- Eldon
Index: branches/MySQLdb-1.2/MySQLdb/_mysql.c =================================================================== --- branches/MySQLdb-1.2/MySQLdb/_mysql.c (revision 655) +++ branches/MySQLdb-1.2/MySQLdb/_mysql.c (revision 656) @@ -100,6 +100,10 @@ #define check_server_init(x) if (!_mysql_server_init_done) _mysql_server_init_done = 1 #endif +#if MYSQL_VERSION_ID >= 50500 +#define HAVE_OPENSSL 1 +#endif + PyObject * _mysql_Exception(_mysql_ConnectionObject *c) {