On Sat, 13 Mar 2004, Alan Hall wrote: > The message states: > > install_driver(mysql) failed: DBD::mysql object > version 2.9002 does not match bootstrap parameter > 2.0416 at C:/langs/perl/lib/DynaLoader.pm line 249. > Compilation failed in require at (eval 6) line 3.
How did you install DBD::mysql? Did you use PPM or did you compile it from source? If you compiled from source you will need to "make clean; perl Makefile.pl; make test; make install" (or however that is done on a windows system) again. Rudy