Hi, > > > I have done it. Here the output: > #0 0x4002e0c7 in pthread_mutex_lock () from /lib/i686/libpthread.so.0
Do you use mod_perl 2 with a Apache 2 with threads? Neither DBI nor Embperl can handle threads correctly at the moment. So when you use mod_perl 2, you can only use the prefork MPM for now. If you don't use mod_perl 2 or threads, try to preload DBI and DBD::Mysql e.g. PerlModule DBI PerlModule DBD::mysql Gerald P.S. I am off for holiday for next days, so I will not be able to answer before the next weekend ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
