PK, Any time you upgrade Perl, you need to also upgrade some of the XS modules that you've got installed. In this case, you need to re-install DBD::mysql.
As for the CGI problem, the 'redefined' warning isn't a problem in itself. You can ignore it if you like. I'm not sure what to make of the "locking up" problem, though. Some more data is probably in order. On Tuesday, April 2, 2002, at 05:33 AM, PK Eidesis wrote: > Ever since I built and installed Perl561 and installed mod_perl using > CPAN, > I have just not had anything work for me predictably. The web server > locks > up and doesn't start. It will start only if I comment out the mod_perl > lines > in httpd.conf. Then it starts. After that if I uncomment the mod_perl > lines, > then it will restart. Go figure. > > I always get messages to the effect of... > > Subroutine ??? redefined in CGI.pm at line ??? (replace ??? with various > values). > > Googling on the above error message actually lead me to the above quote. > > Now, DBD::mysql has stopped working... no error messages, no results... > nothing. -Ken
