Building mod_perl W/O apxs...

2013-03-27 Thread NormW
Hi, Apache has supported NetWare since 1.3 (at least) and even today can build all extant versions of APR and httpd including the latest trunk sources. NetWare does support dynamic module loading for Apache. Regrettably it doesn't have apxs support now AFAIK. Apache/APR are built on a Win bo

mod_perl-2.0.8 + OWC

2013-04-19 Thread NormW
hi, Some diffs you may also not be interested in when compiling MP 2.0.8 with the OpenWatcom compiler: 1. OWC (ATM) doesn't have noreturn; a hack based on a Perl macro. --- modperl_config.c.orig 2011-02-03 07:23:45.0 +1100 +++ modperl_config.c2011-08-14 09:33:58.93750 +10

Re: mod_perl-2.0.8 + OWC

2013-04-22 Thread NormW
On 22/04/2013 8:48 PM, Phil Carmody wrote: 7. The compiler liked this initialised. --- modperl_apr_perlio.c.orig 2012-07-22 07:51:04.140625000 +1000 +++ modperl_apr_perlio.c2013-03-25 08:58:30.18750 +1100 @@ -547,7 +547,7 @@ { MP_IO_TYPE *retval; char *mode; -int fd; +int fd