I don't know why, but mysql_connect() isn't in my libmysqlclient.a.
Probably one of the configure options I set when I compiled MySQL, but
I've long since forgotten. Anyway, ./configure won't work for me unless
I edit aclocal.m4 and acinclude.m4 and replace mysql_connect with
mysql_real_connect and it works fine. Which is good -- that's what the
actual code uses anyway :).
Maybe this should be default, since mysql_connect() isn't even needed by
MyCC while mysql_real_connect() is?
Thanks! :)
----------------------
Adam Hooper
Densigraphix Kopi Inc.
adamh@stripped
| Thread |
|---|
| • ./configure Checking for mysql_connect instead of mysql_real_connect | Adam Hooper | 7 Mar |