Re: apr/perlio 5,8

2002-06-13 Thread Stas Bekman
Doug MacEachern wrote: > fail with bleedperl. could be more lfs/seek issues, i don't have time to > look into it. I know. I was debugging this since this morning. Seems that I've found a bug in perl (something has changed in perlio.c after RC1). See the followup at p5p. _

Re: modperl Windows Build

2002-06-13 Thread Randy Kobes
On Thu, 13 Jun 2002, Eldon Lewis wrote: > I'm running a binary build and thanks to the help that I have received I now > have it loading up and displaying web pages. However, when I try and run > localhost/cgi-bin/printenv.pl, I get and error and the error.log file shows: > > [Thu Jun 13 14:17:5

apr/perlio 5,8

2002-06-13 Thread Doug MacEachern
fail with bleedperl. could be more lfs/seek issues, i don't have time to look into it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: modperl Windows Build

2002-06-13 Thread Eldon Lewis
> Yes, that would be the problem - ActivePerl 6xx (based on > perl-5.6.1) would be required. There's some Win32-specific > docs on building mod_perl-2, or installing in binary form, > at http://perl.apache.org/release/docs/2.0/os/win32/index.html. I'm running a binary build and thanks to the help

failed modperl2 build on osx: parse problem with "-undefinedsuppress"?

2002-06-13 Thread R Blake
i've gone round-n-round with this one .. modperl2 build on OSX Server10.1.4 fails with "/usr/bin/ld: -undefined: unknown argument: -undefined" with: perl Makefile.PL MP_INST_APACHE2=1 MP_AP_PREFIX=/usr/local/apache2 MP_USE_DSO=1 MP_USE_STATIC=0 MP_STATIC_EXTS=0;make if it matters, modperl

RE: modperl2 crashes under load (Win32)

2002-06-13 Thread Doug MacEachern
any chance you could put together a self-contained test case to reproduce the problem? thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: modperl Windows Build

2002-06-13 Thread Randy Kobes
On Thu, 13 Jun 2002, Eldon Lewis wrote: > Actually I was under the impression that the new Apache2 came with a version > of perl but after checking that doesn't appear to be so. I do have perl > installed on my system but it is an older version that came with an old > version of Apache that supp

Re: modperl Windows Build

2002-06-13 Thread Eldon Lewis
> This message is issued under circumstances which may be different from what > actually stated. I have observed it when the /bin directory in the perl > interpreter is not in the PATH apache sees at startup (which if you are > running as a service is the system PATH variable, which may be differe

Re: modperl Windows Build

2002-06-13 Thread Eldon Lewis
I get a message that there is a syntax error on line 173 of httpd.conf.  Itsays it can't find mod_perl.so.  This module is in the modules directoryunder Apache2.  It generates the error and then terminates.Any suggestions?Thanks,Eldon

Re: modperl Windows Build

2002-06-13 Thread Eldon Lewis
I get a message that there is a syntax error on line 173 of httpd.conf. It says it can't find mod_perl.so. This module is in the modules directory under Apache2. It generates the error and then terminates. Any suggestions? Thanks, Eldon > On Wed, 12 Jun 2002, Eldon Lewis wrote: > > > Not su

RE: modperl2 crashes under load (Win32)

2002-06-13 Thread Alessandro Forghieri
Greetings. > > try with current modperl-2.0 cvs. i think the problem was > caused when an > interpreter would be putback into the interpreter pool before > the cleanup > registered by CGI.pm was run. I have tried it now. And it still crashes, though in a different location (see details at