From: Elim Qiu Date: August 6 2012 9:42pm Subject: trouble with perl List-Archive: http://lists.mysql.com/mysql/227953 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=bcaec5196461d3c84204c69fbf71 --bcaec5196461d3c84204c69fbf71 Content-Type: text/plain; charset=ISO-8859-1 To populate table for a perl forum, I got the following error: aMac:mwf elim$ perl install.pl dyld: lazy symbol binding failed: Symbol not found: _mysql_init Referenced from: /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle Expected in: flat namespace dyld: Symbol not found: _mysql_init Referenced from: /Library/Perl/5.10.0/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle Expected in: flat namespace My OS is Mac OS X 10.6.8 64 bit, Apple built-in perl is 5.10.0 (64bit) and MySQL is newly upgraded to 5.5.27 MySQL Community Server (GPL) (64bit) I don't know how to make DBD:mysql work. Any idea is appreciated.... Maybe I have to get mysql source and compile/install it with custom options? --bcaec5196461d3c84204c69fbf71--