Apache profiler errors

2004-11-02 Thread Jason Dixon
Note: Folks on perlmonks might recognize this post from last night. There have been no responses, so I'm posting it to the mod_perl list. I'm trying to profile some perl CGI someone else wrote, but I can't seem to get Apache::DProf working. My server runs Apache 2.0.46 with mod_perl 1.99 and

Re: Apache profiler errors

2004-11-02 Thread Perrin Harkins
On Tue, 2004-11-02 at 10:30, Jason Dixon wrote: > My server runs Apache 2.0.46 with > mod_perl 1.99 and Apache::DProf 0.09. Can you re-try with the latest? The current apache release is 2.0.52 and the current mod_perl release is 1.99_17. - Perrin -- Report problems: http://perl.apache.org/bu

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
On Tue, 2 Nov 2004 10:30:32 -0500 Jason Dixon <[EMAIL PROTECTED]> wrote: > Note: Folks on perlmonks might recognize this post from last night. > There have been no responses, so I'm posting it to the mod_perl list. > > I'm trying to profile some perl CGI someone else wrote, but I can't > seem

Re: Apache profiler errors

2004-11-02 Thread Jason Dixon
On Nov 2, 2004, at 10:37 AM, Frank Wiles wrote: I believe this is caused by a documentation bug I've yet to fix in Apache::DProf. Try preloading Apache2 in your startup.pl and it should work for you. Hi Frank- I'm still getting the error: Starting httpd: [Tue Nov 02 10:42:26 2004] [error] Ca

Re: Apache profiler errors

2004-11-02 Thread Jason Dixon
On Nov 2, 2004, at 10:35 AM, Perrin Harkins wrote: On Tue, 2004-11-02 at 10:30, Jason Dixon wrote: My server runs Apache 2.0.46 with mod_perl 1.99 and Apache::DProf 0.09. Can you re-try with the latest? The current apache release is 2.0.52 and the current mod_perl release is 1.99_17. Unfortunately

Re: Apache profiler errors

2004-11-02 Thread Perrin Harkins
On Tue, 2004-11-02 at 10:45, Jason Dixon wrote: > Unfortunately not. The client has mandated that we stick with the RHEL > package for "supportability". That's precisely the reason you shouldn't stick with the RHEL package. The version of mod_perl they ship is ancient and hard for the mod_perl

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
On Tue, 2 Nov 2004 10:44:41 -0500 Jason Dixon <[EMAIL PROTECTED]> wrote: > On Nov 2, 2004, at 10:37 AM, Frank Wiles wrote: > > > I believe this is caused by a documentation bug I've yet to fix in > > Apache::DProf. Try preloading Apache2 in your startup.pl and it > > should work for you. >

Re: Apache profiler errors

2004-11-02 Thread Jason Dixon
On Nov 2, 2004, at 10:59 AM, Frank Wiles wrote: H... ok try adding Apache::ServerUtil in your startup.pl, I may have written down Apache2 as the fix, but it might really be Apache::ServerUtil. Unfortunately, that didn't work either. Here's my startup.pl: [EMAIL PROTECTED] root]# cat /var

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
On Tue, 2 Nov 2004 11:03:11 -0500 Jason Dixon <[EMAIL PROTECTED]> wrote: > On Nov 2, 2004, at 10:59 AM, Frank Wiles wrote: > > > H... ok try adding Apache::ServerUtil in your startup.pl, I > > may have written down Apache2 as the fix, but it might really be > > Apache::ServerUtil. > >

Re: Apache profiler errors

2004-11-02 Thread Jason Dixon
On Nov 2, 2004, at 11:15 AM, Frank Wiles wrote: I'm thinking Apache::compat might be confusing it. Can you try running without it? Commented out Apache::compat, same error. :( Thanks, -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net -- Report problems: http://perl.apache.org/bu

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
On Tue, 2 Nov 2004 11:24:40 -0500 Jason Dixon <[EMAIL PROTECTED]> wrote: > On Nov 2, 2004, at 11:15 AM, Frank Wiles wrote: > > > I'm thinking Apache::compat might be confusing it. Can you try > > running without it? > > Commented out Apache::compat, same error. :( Unfortunately, I think

Re: Apache profiler errors

2004-11-02 Thread Randy Kobes
On Tue, 2 Nov 2004, Frank Wiles wrote: > On Tue, 2 Nov 2004 10:44:41 -0500 > Jason Dixon <[EMAIL PROTECTED]> wrote: > > > On Nov 2, 2004, at 10:37 AM, Frank Wiles wrote: > > > > > I believe this is caused by a documentation bug I've yet to fix in > > > Apache::DProf. Try preloading Apache2 in

Re: Apache profiler errors

2004-11-02 Thread Tom Schindl
Frank Wiles wrote: On Tue, 2 Nov 2004 11:24:40 -0500 Jason Dixon <[EMAIL PROTECTED]> wrote: On Nov 2, 2004, at 11:15 AM, Frank Wiles wrote: I'm thinking Apache::compat might be confusing it. Can you try running without it? Commented out Apache::compat, same error. :( Unfortunately, I think

Re: Apache profiler errors

2004-11-02 Thread Frank Wiles
On Tue, 02 Nov 2004 18:51:20 +0100 Tom Schindl <[EMAIL PROTECTED]> wrote: > Of course he is have you read the since tag in the docs? :-) hehehe actually I hadn't, boy do I feel silly now... - Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org