Re: sun4-solaris polluted installation

2002-04-07 Thread Ged Haywood
Hi there, On Sat, 6 Apr 2002, Slava Bizyayev wrote: > a lot of mess in common perl libraries. What of that could affect the > installation? All sorts of things, but I'm still puzzled. To my mind you do not yet have enough evidence to point to a particular part of the system. If your productio

Re: [announce] mod_perl-1.99_01

2002-04-07 Thread John Siracusa
You might want to reconsider the use of VT escape codes in the build process. The red error message was cute, but there's a big potential downside (see attached screenshot). In the words of the W3C's CSS validator: "You have no background-color with your color" :) -John not-so-clever.gif De

[ANNOUNCE] Cache::Cache 1.0

2002-04-07 Thread DeWitt Clinton
Hi, The following is an announcement of Cache::Cache 1.0. Please read the summary below for more details. I want to ask a special favor of the modperl community (who tend to get a lot of mileage out of this code) -- I'm concerned with the use of Digest::MD5, particularly version 2.16, which is

Re: PDF generation

2002-04-07 Thread Thomas Eibner
On Sun, Apr 07, 2002 at 02:11:39AM +0200, Patrick wrote: > On Wed, Apr 03, 2002 at 03:43:39PM -0500, Bill McCabe took time to write: > > I have a large number of mod_perl modules that connect to various databases and > > generate workflow performance reports for my organization. I give the users 3

Re: Ordering in %INC for PerlRestart

2002-04-07 Thread Ged Haywood
Hi there, On Tue, 2 Apr 2002, [iso-8859-1] Sreeji K Das wrote: > I use PerlFreshRestart on to reload my modules. [snip] > However, here my modules are getting loaded before the > PerlRequire'd is loaded (since %INC is a hash). > > First, can some1 suggest a solution for this ? I always stop (w

Re: [ANNOUNCE] Cache::Cache 1.0

2002-04-07 Thread Issac Goldstand
DeWitt Clinton wrote: [snip] I've actually meanty to ask this for a while: I'm curious as to the auto_purge functionality of Cache::Cache - especially under mod_perl... I tend to use it a lot, but from time to time, which is basically EVERY time I look at /tmp, I notice bunches of stale entri

mod_perl 1.99 and Apache::compat

2002-04-07 Thread Dave Rolsky
Well, here be a bug report I compiled Apache 2.0.35 with mod_perl 1.99 as a DSO. The server will start just fine with that. I'm running on GNU/Linux with Perl 5.6.1. If I add this: PerlModule Apache2 PerlModule Apache::compat The server simply will not start. If I comment out all the 'use

Re: mod_perl 1.99 and Apache::compat

2002-04-07 Thread Dave Rolsky
On Sun, 7 Apr 2002, Dave Rolsky wrote: > I also found a few tiny bugs in Apache::compat. > > - The read() call in send_fd_length needs to be CORE::read. > > - In the last elsif in size_string, the size variable is missing its > dollar sign ($). Here's a patch: --- compat.pm.~1.35.~ Sat Mar 23

Re: [ANNOUNCE] Cache::Cache 1.0

2002-04-07 Thread DeWitt Clinton
On Sun, Apr 07, 2002 at 08:52:59PM +0300, Issac Goldstand wrote: > So how exactly is the auto_purge meant to be used - the > documentation is very hazy on that point (sure I can patch it - but > you have to explain it to me first :)), and I just got lost when > looknig at the module source. The

Re: mod_perl 1.99 and Apache::compat

2002-04-07 Thread Doug MacEachern
On Sun, 7 Apr 2002, Dave Rolsky wrote: > On Sun, 7 Apr 2002, Dave Rolsky wrote: > > > I also found a few tiny bugs in Apache::compat. > > > > - The read() call in send_fd_length needs to be CORE::read. > > > > - In the last elsif in size_string, the size variable is missing its > > dollar sign (

mod_perl-2 Win32 ppm package

2002-04-07 Thread Randy Kobes
I placed a Win32 ppm package of mod_perl-2, compiled against httpd-2.0.35 with ActivePerl 631, in our ppm repository. Installing it as ppm install \ http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl-2.ppd should also run a post-install script to install mod_perl.so in your Apache2 modules/

Re: Leak error

2002-04-07 Thread John Kolvereid
Hi Nicolai, I had installed mod_perl w/ apache earlier. Problems arose whe I then tried to add php and/or ssl. At this point I am not sure what DSO is. I do know that when I compile Apache, the 1st thing it says is that DSO is installed. But then I don't know how to specifically install any

Disabling Perl*Handlers in .htaccess?

2002-04-07 Thread karnurme
Hello! How to enable only PerlSetVar/PerlAddVar directives in .htaccess files? More specific: We are building an multiuser environment with mod_perl to our campus. Mod_perl handlers contain especially PerlHandlers configured in httpd.conf. The .htaccess files are used for authorization

Re: [announce] mod_perl-1.99_01

2002-04-07 Thread Stas Bekman
John Siracusa wrote: > You might want to reconsider the use of VT escape codes in the build > process. The red error message was cute, but there's a big potential > downside (see attached screenshot). > > In the words of the W3C's CSS validator: "You have no background-color with > your color" :