you might actually be hitting a problem i just found on solaris with 2.0 
and perl 5.6.1.  a problem that is fixed in 5.8.0-tobe, where 
certain DynaLoader and XSLoader combo prevents modperl from closing all of 
the dlhandles.  try adding this to your startup.pl before use-ing any 
other modules:

use DynaLoader ();



Reply via email to