Re: failed MODPERL-2 build on MacOSX (Apache/2.0.36mod_perl/1.99_02-dev Perl/v5.6.1)

2002-05-27 Thread R Blake
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

Re: failed MODPERL-2 build on MacOSX (Apache/2.0.36 mod_perl/1.99_02-dev Perl/v5.6.1)

2002-05-27 Thread Arthur Bergman
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

examples for Apache2 API?

2002-05-27 Thread Tatsuhiko Miyagawa
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

MP_INST_APACHE2 and man path

2002-05-27 Thread Tatsuhiko Miyagawa
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

Re: perl5.7.3@16004 i386-freebsd-thread-multi ports/www/apache2

2002-05-27 Thread Tatsuhiko Miyagawa
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]>

Re: PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Doug MacEachern
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

Re: perl5.7.3@16004 i386-freebsd-thread-multi ports/www/apache2

2002-05-27 Thread Doug MacEachern
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

Re: perl5.7.3@16004 i386-freebsd-thread-multi ports/www/apache2

2002-05-27 Thread Tatsuhiko Miyagawa
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

Re: PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Gerald Richter
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

Re: failed MODPERL-2 build on MacOSX (Apache/2.0.36 mod_perl/1.99_02-dev Perl/v5.6.1)

2002-05-27 Thread Per Einar Ellefsen
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

Re: [win32] mod_perl-2 cvs crashes?

2002-05-27 Thread Randy Kobes
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

Re: PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Doug MacEachern
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

Re: [win32] mod_perl-2 cvs crashes?

2002-05-27 Thread Doug MacEachern
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

Re: perl5.7.3@16004 i386-freebsd-thread-multi ports/www/apache2

2002-05-27 Thread Doug MacEachern
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

Re: failed MODPERL-2 build on MacOSX (Apache/2.0.36 mod_perl/1.99_02-devPerl/v5.6.1)

2002-05-27 Thread Doug MacEachern
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

PerlSetEnv not available inside of PerlRequire script

2002-05-27 Thread Gerald Richter
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