On Sat, 11 Sep 2004, Darren Duncan wrote:

> And the results:
> 
> [S0106000393c33758:Documents/Perl Distributions/devworld] 
> darrenduncan% ../perl58 dbd_load_test.pl
> dyld: ../perl58 multiple definitions of symbol _sqlite_busy_timeout
> /Volumes/Programming/Perl/lib/perl5/site_perl/5.8.5/darwin/auto/DBD/SQLite/SQLite.bundle
>  
> definition of _sqlite_busy_timeout
> /Volumes/Programming/Perl/lib/perl5/site_perl/5.8.5/darwin/auto/DBD/SQLite2/SQLite2.bundle
>  
> definition of _sqlite_busy_timeout
> Trace/BPT trap
> 
> The error messages are the same as before, which is the important 
> part.  Perl dies hard; this isn't a trappable error.
> 
> Does the above code sample work on your machine?

This is just because Mac OSX is fussy - Linux won't complain and will let 
the latterly loaded symbol supercede. But it's a valid bug in 
DBD::SQLite2, so I'll fix it in the next release (should be simple).

Matt.


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

Reply via email to