| Article: |
Apache Web-Serving with Mac OS X: Part 1 | |
| Subject: | Problem Connecting to Mysql Please help | |
| Date: | 2007-01-30 20:27:36 | |
| From: | Lucci | |
|
I have successfully set up my development site and am trying to connect to mysql. I installed the DBI module. Here is what I am turning up in the error log ########### #Error dyld: lazy symbol binding failed: Symbol not found: _mysql_init Referenced from: /Library/Perl/5.8.6/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle Expected in: dynamic lookup
|
||
Showing messages 1 through 3 of 3.
-
Problem Connecting to Mysql Please help
2007-04-05 17:33:44 JohnChew [Reply | View]
Did you ever get a solution to this one? I've been banging my head against it for an hour now.
-
Problem Connecting to Mysql Please help
2007-04-05 17:33:38 JohnChew [Reply | View]
Did you ever get a solution to this one? I've been banging my head against it for an hour now. -
Problem Connecting to Mysql Please help
2007-04-06 08:19:46 JohnChew [Reply | View]
I solved it myself after a good night's sleep. Forcing the loader to try to statically bind the offending bundle turned up the problem that I was using MySQL 5.0.19, whose libraries were PPC, not x86. Upgrading to 5.0.37 solved the problem.




