Have setup perl-status according to the information in Practical mod_perl (Ch9.4), and am using Apache/2.2.3 mod_perl/2.0.2 on a Linux system running the XAMPP package. All perl-status functions seem to work OK, except memory usage which generates a 500 error:

[Wed Sep 12 11:45:59 2007] [error] [client 127.0.0.1] Can't locate object method "rnew" via package "Devel::Symdump" (perhaps you forgot to load "Devel::Symdump"?) at /opt/lampp/lib/perl5/site_perl/5.8.7/i686-linux/B/TerseSize.pm line 632.\n, referer: http://xxx.xxx.xxx.xxx/perl-status

The mod_perl enabled XAMPP Apache server is listening on localhost:81 for addresses ProxyPass'd from a front-end Apache server.

Both packages referred to in the error message are installed and up to date:

B::TerseSize is up to date (0.09)
Devel::Symdump is up to date (2.07)

I can't find anything previously about this. Does anyone have any ideas?
--
Richard Jones

Reply via email to