RE: Building ssl/mod_perl/apache...

2002-09-06 Thread Kee Hinckley
At 8:38 PM -0700 9/6/02, Wim Kerkhoff wrote: >I'm not sure what you mean by things overwriting config file changes. >I've been using the build script below over many versions of >Apache/mod_perl/mod_ssl, and it never messes up my existing >configuration in /usr/local/apache/conf. (Note this script

RE: Building ssl/mod_perl/apache...

2002-09-06 Thread Wim Kerkhoff
Kee Hinckley said on Thursday, September 05, 2002 5:28 PM: > > I've gone over the docs, but for some reason I've just never found > anything that just builds mod_ssl, mod_perl and apache all cleanly > without overwriting each other's config file changes. Maybe it's > staring me in the face,

Re: Apache::SessionX Installation

2002-09-06 Thread Dean Powers
This problem of installing the SessionX patch when I was pointed to how to install patches. It works now! Thanks everyone for their help. > On Thu, 2002-09-05 at 20:01, Dean Powers wrote: >> I'm trying to install SessionX from CPAN. It fails, of course, and now I'm trying >to modify >> the MD5.p

Re: Apache::SessionX Installation

2002-09-06 Thread Aaron Johnson
On Thu, 2002-09-05 at 20:01, Dean Powers wrote: > I'm trying to install SessionX from CPAN. It fails, of course, and now I'm trying to >modify the > MD5.pm file in per the following patch from May 26th. > Question. Exactly what part of this patch do I put in the MD5.pm file? > What is @@ -26,7 +2

RE: emperl can't invoke CODE refs?

2002-09-06 Thread Mark Dedlow
> One reads "fubar", the other "funar", is that what you intended? No, sorry, that was a mail typo. Btw- note that the Embperl complaint is that a sub called 'test' is undefined. 'test' happens to be the return string from the sub itself. It seems as if Embperl has executed the coderef and us

emperl can't invoke CODE refs?

2002-09-06 Thread Mark Dedlow
Embperl 1.3.4 does not appear to understand CODE refs. For example, this code generates the error below: [- sub fubar { return "test" }-] [- $subref = \&funar; -] [+ $subref->(); +] [23204]ERR: 24: Error in Perl code: Undefined subroutine &HTML::Embperl::DO

Apache::SessionX Installation

2002-09-06 Thread Dean Powers
I'm trying to install SessionX from CPAN. It fails, of course, and now I'm trying to modify the MD5.pm file in per the following patch from May 26th. Question. Exactly what part of this patch do I put in the MD5.pm file? What is @@ -26,7 +26,7 @@? Why is there a minus sign in front of "use MD5".