On 10/24/02 11:18 PM, Kip Cranford wrote: > I have a newly installed Red Hat 8.0 system, with the > following characteristics: > > * Perl v5.8.0 > * mod_perl 1.27 > * Apache 1.3.26 > > The build of mod_perl/Apache worked fine; the project > I had been working on before upgrading RH seems to run > ok. However, today I attempted to debug something > using Apache::DB and running with "httpd -X". I > received this error: > > [error] No DB::DB routine defined at > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache.pm > line 4.
I got a similar error a while back when I tried it with the same versions of Perl, mod_perl, and apache (but on Mac OS X). I googled a while and all I could come up with were some posts from internals hackers about perl data structures getting mysteriously hosed for some unknown reason with this collection of versions. I still haven't found a solution... -John