On Fri, Sep 19, 2003 at 09:39:45PM +0000, Steve Schein wrote: > All: > > I'm in the process of tracking down a problem I am having with getting a > MySQL 4.0.11x database to work with Perl ithreads. I'm on a Mandrake > v9.1 Linux system with Perl v.5.8 (threads enabled). I have upgraded my > DBI to v1.38. I was able to write a simulation program (code pasted > below) that faithfully reproduced the following error statement after > opening the initial the second thread: > > "thread failed to start: DBD::mysql::dr connect failed: handle 1 is > owned by thread 8454df8 not current thread 86bc3d0 (handles can't be > shared between threads and your driver may need a CLONE method added) at > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBI.pm line 585, > <$client> line 1."
Like the message says, "your driver may need a CLONE method added". You've not said what verson of DBD::mysql you're using. Try again with the latest. Tim.
