You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Randy Kobes <ra...@theoryx5.uwinnipeg.ca> on 2001/07/06 06:54:41 UTC

Re: win32 Makefile.PL enhancements

----- Original Message -----
From: "Doug MacEachern" <do...@covalent.net>
To: "Randy Kobes" <ra...@theoryx5.uwinnipeg.ca>
Cc: <de...@perl.apache.org>
Sent: Thursday, June 21, 2001 11:12 AM
Subject: Re: win32 Makefile.PL enhancements


> On Wed, 20 Jun 2001, Randy Kobes wrote:
>
> > Hi,
> >     Apache on Win32, when installed, also copies the header and
> > lib files to the target install directory. The attached diff against the
> > cvs Makefile.PL allows this install location to be entered as the
> > Makefile.PL argument APACHE_SRC. The attached diff to
> > INSTALL.win32 describes this change.
>
> thanks randy, applied.

sorry about this - I forgot in this change to include getting the apache
version when APACHE_SRC was given as the installed location, which
is needed in determining what name to use when copying the dll.
The attached diff remedies this (this mailer tends to mangle diffs
placed in the body). thanks.

best regards,
randy


Re: adding perl_call_handler for Win32?

Posted by Doug MacEachern <do...@covalent.net>.
On Fri, 6 Jul 2001, Jens-Uwe Mager wrote:
 
> AIX needs all the same symbols. I just did not notice the additional
> symbols needed by AxKit as I have not used it (yet).

ok, these are in now.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: adding perl_call_handler for Win32?

Posted by Jens-Uwe Mager <ju...@helios.de>.
On Fri, Jul 06, 2001 at 10:22:12AM -0700, Doug MacEachern wrote:
> On Fri, 6 Jul 2001, Randy Kobes wrote:
> 
> > Hi,
> >    Latter versions of AxKit need perl_call_handler(),
> > which isn't available for Win32 in mod_perl.lib. Would
> > it be possible to add this to mod_perl.def? The attached
> > diff does this, as well as removing the DOS line endings
> > currently in this file.
> 
> sure thing, that's in, thanks.
> i wonder if mod_perl.exp should have all the same symbols as mod_perl.def
> for aix?  for 2.0, both of these files will be generated, so i'm hoping we
> have the same symbols in both.

AIX needs all the same symbols. I just did not notice the additional
symbols needed by AxKit as I have not used it (yet).

-- 
Jens-Uwe Mager

HELIOS Software GmbH
Steinriede 3
30827 Garbsen
Germany

Phone:		+49 5131 709320
FAX:		+49 5131 709325
Internet:	jum@helios.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: adding perl_call_handler for Win32?

Posted by Doug MacEachern <do...@covalent.net>.
On Fri, 6 Jul 2001, Randy Kobes wrote:

> Hi,
>    Latter versions of AxKit need perl_call_handler(),
> which isn't available for Win32 in mod_perl.lib. Would
> it be possible to add this to mod_perl.def? The attached
> diff does this, as well as removing the DOS line endings
> currently in this file.

sure thing, that's in, thanks.
i wonder if mod_perl.exp should have all the same symbols as mod_perl.def
for aix?  for 2.0, both of these files will be generated, so i'm hoping we
have the same symbols in both.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


adding perl_call_handler for Win32?

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
Hi,
   Latter versions of AxKit need perl_call_handler(),
which isn't available for Win32 in mod_perl.lib. Would
it be possible to add this to mod_perl.def? The attached
diff does this, as well as removing the DOS line endings
currently in this file.

best regards,
randy

Re: win32 Makefile.PL enhancements

Posted by Doug MacEachern <do...@covalent.net>.
On Thu, 5 Jul 2001, Randy Kobes wrote:
 
> sorry about this - I forgot in this change to include getting the apache
> version when APACHE_SRC was given as the installed location, which
> is needed in determining what name to use when copying the dll.
> The attached diff remedies this (this mailer tends to mangle diffs
> placed in the body). thanks.

no problemo, thanks, in cvs now.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org