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?