Now when I click on the "Couse Administration" button, I get a blank screen. The following entry shows up in the error_log file.
Currently, the admin course is built in the courses directory, but nothing is in the database yet.
I'm going to try to recompile the DBD::mysql module to see if the error goes away.
-Tom
dyld: lazy symbol binding failed: Symbol not found: _mysql_init
Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle
Expected in: dynamic lookup
dyld: Symbol not found: _mysql_init
Referenced from: /Library/Perl/5.8.8/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle
Expected in: dynamic lookup
[Tue May 13 01:39:35 2008] [notice] child pid 49515 exit signal Trace/BPT trap (5)
Apparently, the error is a known bug for DBD::mysql running with the 64-bit version of mysql on a 64-bit Mac with OS X.
-Tom
The solution was to download the 32bit binary package version of MySQL 5.0.51b. I still got two minor errors running "make test" for "DBD::mysql" but everything else tested fine.
-Tom
-Tom