I installed 3.23.27 for Mac OS X from the binaries. When installing PHP, I ran into problems with duplicate symbol names between libmysqlclient.a and System.framework. I also got a similar error building DBD::mysql. In both cases, the duplicate symbols were strto* functions. I built PHP with built-in mysql support to resolve it. When I built DBD::mysql and the problem came up again, I decided to try fixing it. I removed strto.o from libmysqlclient.a (along with a few other modules that ranlib complained were empty) and it built properly, tested successfully and seems to work properly. Is this a problem with the binary distribution, or am I missing something? Thanks, Geoff --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php