Hi,

This probably means you changed your MySQL libraries but didn't
recompile or reinstall DBD::mysql,  Usually this kind of issue is
solved by reinstalling DBD::mysql in the same way that you previously
installed it, so it can build against your current libraries.

- Perrin

On Mon, Aug 6, 2012 at 5:42 PM, Elim Qiu <elim....@gmail.com> wrote:
> 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?

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to