> From:
> http://myhost.mydomain.com/perl-status?Apache::DBI
> 
> I click on :
> Memory Usage 
> 
> I get :
> Memory Usage for package Apache::DBI
> 
> HTTP/1.1 500 Internal Server Error
> Date: Mon, 27 Mar 2000 20:36:23 GMT
> Server: Apache/1.3.12 (Unix) mod_perl/1.22
> Connection: close
> Content-Type: text/html
> 
> >From the error_log:
> [Mon Mar 27 12:33:50 2000] [error] Undefined subroutine
> &B::TerseSize::package_size called at
> /usr/lib/perl5/site_perl/5.005/i386-linux/Apache/Status.pm line 380.
> 
> The module is installed:
> find /usr/lib/perl5/. -name "*TerseSize*" -print
> /usr/lib/perl5/./man/man3/B::TerseSize.3
> /usr/lib/perl5/./site_perl/5.005/i386-linux/B/TerseSize.pm
> 
> Any idea what the problem is?

Try to preload the module:
 PerlModule B::TerseSize

See
http://perl.apache.org/guide/performance.html#Measuring_the_Subroutines_Memory

______________________________________________________________________
Stas Bekman             | JAm_pH    --    Just Another mod_perl Hacker
http://stason.org/      | mod_perl Guide http://perl.apache.org/guide/ 
mailto:[EMAIL PROTECTED]  | http://perl.org    http://stason.org/TULARC/
http://singlesheaven.com| http://perlmonth.com http://sourcegarden.org
----------------------------------------------------------------------

Reply via email to