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
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,
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
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
> 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
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
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".