"DBD::Mysql on Intel Mac i686 (Quadcore)" make problems
Michael Martin <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <[email protected]> |
Adding the following line to mysql_com.h (on my Mac it's in /usr/ local/mysql/include) fixed the problem for me: typedef unsigned long ulong; /* Short for unsigned long */ I copied this from my_global.h. The line in dbimp.c causing the problem references 'CLIENT_MULTI_RESULTS' which is defined in mysql_com.h using 'ulong', which at that point has not yet been defined. The bug mentioned in Jim Winstead's earlier reply was very helpful (http://bugs.mysql.com/22227). Michael Martin
smime.p7s
(application/pkcs7-signature, 1.7 KB) - not displayed