Re: Problem with perl-status memory usage

2007-09-19 Thread Richard Jones
probably doesn't make much sense as programming logic as I don't normally use Devel::Symdump, but I guess it shows the module is OK? -- Richard Jones

Re: Problem with perl-status memory usage

2007-09-13 Thread Richard Jones
Perrin Harkins wrote: On 9/12/07, Richard Jones <[EMAIL PROTECTED]> wrote: /opt/lampp/bin/perl -e 'print join "\n", @INC': No, print @INC from mod_perl, not from the command line. Sorry, yes that was silly. From an equivalent script inside the /perl directory (wh

Re: Problem with perl-status memory usage

2007-09-12 Thread Richard Jones
Perrin Harkins wrote: On 9/12/07, Richard Jones <[EMAIL PROTECTED]> wrote: I'm pretty sure the XAMPP Apache server is using its own Perl rather than the default /usr/bin/perl as I have a large number of dependencies for my mod_perl web apps which do not exist under the default pe

Re: Problem with perl-status memory usage

2007-09-12 Thread Richard Jones
Perrin Harkins wrote: On 9/12/07, Richard Jones <[EMAIL PROTECTED]> wrote: Both packages referred to in the error message are installed and up to date Do you have more than one perl on this system? Maybe XAMPP installs a separate one. Yes, XAMPP has its own Perl, but I ensure I i

Problem with perl-status memory usage

2007-09-12 Thread Richard Jones
d anything previously about this. Does anyone have any ideas? -- Richard Jones