chicks has asked for the wisdom of the Perl Monks concerning the following question:
All I want is a subroutine calling hierarchy for a script I'm stuck fixing. It doesn't seem like too much to ask. I'm trying to do this on a Red Hat 8 system with the stock perl-5.8.0-55 rpm. I might assume it's Red Hat breaking Perl again except that google shows BSD people having trouble with OpenLDAP getting the same message.[chicks@chicks nws_ahps]$ perl -d:GraphVizProf random.cgi > random.dot No DB::DB routine defined at /usr/lib/perl5/5.8.0/i386-linux-thread-mu +lti/Time/HiRes.pm line 4. BEGIN failed--compilation aborted at /usr/lib/perl5/5.8.0/i386-linux-t +hread-multi/Time/HiRes.pm line 4. Compilation failed in require at /usr/lib/perl5/site_perl/5.8.0/Devel/ +GraphVizProf.pm line 9. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.0/De +vel/GraphVizProf.pm line 9. Compilation failed in require. BEGIN failed--compilation aborted.
Any ideas?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: No DB::DB routine defined
by BrowserUk (Patriarch) on Oct 05, 2003 at 21:18 UTC | |
|
Re: No DB::DB routine defined
by kutsu (Priest) on Oct 05, 2003 at 19:02 UTC |