From: Chris N. <pu...@po...> - 2001-02-20 12:30:17
|
At 06:23 -0500 2001.02.20, Blake Day wrote: >That is an error from perl's DBI module, nothing to do with the way you >compiled apache (afaik). It usually appears when a script abnormally >terminates without disconnecting from the database server. >From: sla...@li... >[mailto:sla...@li...]On Behalf Of >Wojtek >>so now apache doesn't die when i run the configurationtests. >>it dies when i attempt to start httpd, and gives the following error message >>in the error log: >>Issuing rollback() for database handle being DESTROY'd without explicit >>disconne >>ct(). It is not an error from DBI, it is a warning. The difference being that an error means something wrong happened to cause the program to attempt to exit, while a warning is something that may or may not be something wrong, and the program will not attempt to terminate because of it. I say this only to note that this warning is _not_ a significant problem, and you shouldn't worry when you see it. It's just a warning that in itself is not an indication of any error. But aside from that, right, this has nothing directly to do with why the httpd might be dying, and as such doesn't really help us diagnose whatever problem the httpd might be having. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |