doug,
i've made the change to '#if 0' in modperl_perl.c, as per your suggestion.
unfortunately, make got no farther. on a whim i updated to dev-perl 5.7.3 -- same problem;
make quits with:
cc -I/Volumes/ServerSystem/ports/modperl-2.0/src/modules/perl -I/Volumes/ServerSystem/ports/modperl-2.0/x
On måndag, maj 27, 2002, at 08:43 , Doug MacEachern wrote:
> you can try changing '#ifdef USE_ENVIRON_ARRAY' to '#if 0' in
> modperl_perl.c for the moment, to see if it'll get further.
> i'd like to find a macosx box i can build on (i think the asf has one?),
> looks like there are a bunch of co
Now I have an offer from a technical magazine to write mod_perl 2.0
article, to illustrate the power of Apache2 / mod_perl 2.00, in
Japanese.
There I want to write mod_perl 2.0 specific things like generic
protocols, filter API, APR, Apache::Test etc. Is there any good
examples for them? As I se
If I understand correctly, MP_INST_APACHE2=1 and "PerlModule Apache2"
is a workaround for co-existency of mod_perl 1.x and 2.x modules in
the same perl library path. (is it right?)
but it seems that pod2man-ed manuals are overwritten. We rarely do man
Perl::Module, so it's not a real problem thou
At Mon, 27 May 2002 17:38:29 -0700 (PDT),
Doug MacEachern wrote:
>
> > /usr/local/apache/src/modperl-2.0/xs/APR/OS/APR__OS.h:1: syntax error before
>`mpxs_apr_os_thread_current'
>
> ah right, change below (in cvs) should fix..
fixed here. Thanks!
--
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>
On Mon, 27 May 2002, Gerald Richter wrote:
> ok, this looks better, but I don't see the PassEnv setting?
should be there now, my first patch had only applied SetEnv, both are done
now.
-
To unsubscribe, e-mail: [EMAIL PROTECT
On Tue, 28 May 2002, Tatsuhiko Miyagawa wrote:
> /usr/local/apache/src/modperl-2.0/xs/APR/OS/APR__OS.h:1: syntax error before
>`mpxs_apr_os_thread_current'
ah right, change below (in cvs) should fix..
--- modperl_apache_includes.h 21 May 2002 00:22:24 - 1.14
+++ modperl_apache_i
At Mon, 27 May 2002 11:45:48 -0700 (PDT),
Doug MacEachern wrote:
> > It passes tests after the fix below; otherwise it complains that
> > apr_os_thread_t was never defined. Also, I needed to
>
> can you try this in place of your change?
> #if APR_HAS_THREADS
> typedef apr_os_thread_t APR__OS__Th
Hi,
> >
> > in mod_perl 2 (CVS from today) are the PerlSetEnv and PerlPassEnv not
set in
> > %ENV while a script is executed with PerlRequire. The following patch
solves
> > this problem.
>
> i made a different change that should work the same, but made some of the
> code re-usable. not tested be
At 20:43 27.05.2002, Doug MacEachern wrote:
>i'd like to find a macosx box i can build on (i think the asf has one?),
>looks like there are a bunch of compile warnings that could be fatal at
>runtime.
Maybe you should try getting a Sourceforge account for mod_perl, just to
use their Compile Farm
On Mon, 27 May 2002, Doug MacEachern wrote:
> On Mon, 27 May 2002, Randy Kobes wrote:
>
> > as a follow up, Doug suggested trying bleedperl for this
> > problem, and it worked ...
>
> still very stumped as to why i cannot reproduce with 5.6.1
> anybody else seeing this?
I'm stumped too ... Just
On Mon, 27 May 2002, Gerald Richter wrote:
> Hi,
>
> in mod_perl 2 (CVS from today) are the PerlSetEnv and PerlPassEnv not set in
> %ENV while a script is executed with PerlRequire. The following patch solves
> this problem.
i made a different change that should work the same, but made some of
On Mon, 27 May 2002, Randy Kobes wrote:
> as a follow up, Doug suggested trying bleedperl for this
> problem, and it worked ...
still very stumped as to why i cannot reproduce with 5.6.1
anybody else seeing this?
-
To unsubsc
On Sun, 26 May 2002, Autrijus Tang wrote:
> It passes tests after the fix below; otherwise it complains that
> apr_os_thread_t was never defined. Also, I needed to
can you try this in place of your change?
#if APR_HAS_THREADS
typedef apr_os_thread_t APR__OS__Thread;
#endif
>
> mkdir /usr/l
On Sat, 25 May 2002, R Blake wrote:
> hi all,
>
> i've built httpd-2.0.36 & perl-5.6.1 successfully on MacOSX server 10.1.4.
> everything runs just fine however, modperl2 is causing me some grief.
you can try changing '#ifdef USE_ENVIRON_ARRAY' to '#if 0' in
modperl_perl.c for the moment
Hi,
in mod_perl 2 (CVS from today) are the PerlSetEnv and PerlPassEnv not set in
%ENV while a script is executed with PerlRequire. The following patch solves
this problem.
Gerald
P.S. To save work for you I can directly commit it into the cvs, but I like
to get it reviewed before I do anything
16 matches
Mail list logo