Randy,

     Thank you again for helping me on this problem.  I followed your 
instructions and copied all of the files listed in the install.txt to the 
corresponding directories.  By the way, there was one file (DB.bs) 
missing from the zipped file.  However, I was able to run apache without 
the error message.  

     I also added the "location" directive as per your instruction to 
enable /perl-status and checked that Apache::Dprof as well as Apache::DB 
were indeed loaded.  With all that said, I still did not see the tmon.out file
being created. Anyone has any suggestions for me to try?  Thanks.

regards,

Peggy

     

On Tue, 19 Sep 2000, Randy Kobes wrote:

> Hi Peggy,
>     I've attached a file - Apache-DB.tar.gz - which
> contains a build of Apache::DB. When you unpack
> it, a 'blib' directory will be created. In this directory
> is a file - install.txt - containing a dialogue of the
> installation on my system. I'm pretty sure that if you
> simply copy the files indicated in install.txt (which 
> are all under the 'blib' directory) to the corresponding
> directories on your system, this should work. Let
> me know if this solves your problem.
>    You asked in an earlier message about how to
> enable /perl-status - in your apache httpd.conf file,
> insert these lines:
> 
> <Location /perl-status>
>   SetHandler perl-script
>   PerlHandler Apache::Status
> </Location>
> 
> By the way, if you're also using ActivePerl (based
> on 5.6.0, like build 617), you may want to try installing
> a mod_perl ppm package - this has only just recently
> been successfully built, so is still a bit experimental.
> You can install it as
> 
> ppm install
> http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl.ppd
> 
> which should also grab and install the required
> ApacheModulePerl.dll for you. There's a number
> of other Apache-* packages at the same location - in
> particular, I just put up Apache-DB, which you can
> install as 
> 
> ppm install
> http://theoryx5.uwinnipeg.ca/ppmpackages/Apache-DB.ppd
> 
> Note though that ActivePerl's perl and the perl that was
> contained in my binary distribution are incompatable - you
> should use one or the other.
> 
> best regards,
> randy
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to