I'm trying to run the new MySqlTool by dajoba (http://www.dajoba.com/projects/mysqltool/) which looks really cool. The problem is when I try to install the SQL::Statement module using CPAN I get these errors:
<pre>
t/10base............dyld: /usr/bin/perl Undefined symbols:
__alloca
t/10base............dubious
</pre>
and one of the tests fails completely:
<pre>
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/10base.t 67 17152 ?? ?? % ??
t/20parser.t 67 17152 43 43 100.00% 1-43
t/30features.t 67 17152 ?? ?? % ??
t/40where.t 67 17152 ?? ?? % ??
t/50eval.t 67 17152 ?? ?? % ??
t/60hash.t 67 17152 ?? ?? % ??
</pre>
Anyone know what I have to do to get this working?
I already have the other modules and mod_perl with apache, and mysql running, so it would be nice to be able to get this fixed