Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread MGorbunov
> > > Failed Test Stat Wstat Total Fail Failed List of Failed > > > --- > > t/apr-ext/threadmutex.t2 512 36 200.00% 1-3 > > > Can't locate APR/ThreadMutex.pm in @INC (@INC contains: > > /us

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread MGorbunov
> I wasn't surprised this fails on OpenBSD but I am surprised it fails on > NetBSD. Can you compile and run: > > http://www.apache.org/~jorton/nonblock.c > > and post the output. (it would be useful if you could do this on > OpenBSD too, Ken, for verification) > sorry for the dealy -- was away

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread Joe Orton
On Tue, Sep 07, 2004 at 08:25:03AM -0700, Ken Simpson wrote: > > I wasn't surprised this fails on OpenBSD but I am surprised it fails on > > NetBSD. Can you compile and run: > > > > http://www.apache.org/~jorton/nonblock.c > > > > and post the output. (it would be useful if you could do this on

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread Joe Orton
On Thu, Sep 09, 2004 at 11:38:15AM +0400, [EMAIL PROTECTED] wrote: > > I wasn't surprised this fails on OpenBSD but I am surprised it fails on > > NetBSD. Can you compile and run: > > > > http://www.apache.org/~jorton/nonblock.c > > > > and post the output. (it would be useful if you could do t

Coredump running t/filter/in_error on Solaris 2.6

2004-09-09 Thread Chris Hughes
Basically the test seems to be working (ie. 500 expected and received), but handling the 500 error kills apache (seems to be a simple dereference of a null pointer; probably returned from a call of strerror(500)). Note that on Solaris strerror(500) returns 0x0. On Linux, it returns "Unknown err

RE: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread Fisher, James L.
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 3:38 AM To: Joe Orton Cc: [EMAIL PROTECTED]; Ken Simpson; [EMAIL PROTECTED]; Stas Bekman Subject: Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors > I wasn't s

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread MGorbunov
> > > > k714% ./nonblock > > found port: 52984 > > O_NONBLOCK is not set in the child. > > This is rather confusing, since it means that apparently the test is > working OK, and O_NONBLOCK is *not* inherited across accept() on NetBSD, > which contradicts the behaviour you are seeing. > same on n

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-09 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Failed Test Stat Wstat Total Fail Failed List of Failed --- t/apr-ext/threadmutex.t2 512 36 200.00% 1-3 Can't locate APR/ThreadMutex.pm in @INC (@INC contains: /usr/h

Re: [Fwd: [mp2] coredump strerror code on Solaris 8

2004-09-09 Thread Stas Bekman
Joe Orton wrote: On Wed, Sep 08, 2004 at 06:18:49PM -0400, Stas Bekman wrote: But normally apr_strerror(500, buf, 256) returns "not specified error" string or something like that, which is cool. Why does it segfault is what I can't understand. Notice that it doesn't happen on linux. strerror(500

Re: Coredump running t/filter/in_error on Solaris 2.6

2004-09-09 Thread Stas Bekman
Chris Hughes wrote: Basically the test seems to be working (ie. 500 expected and received), but handling the 500 error kills apache (seems to be a simple dereference of a null pointer; probably returned from a call of strerror(500)). Note that on Solaris strerror(500) returns 0x0. On Linux, it re

Re: Coredump running t/filter/in_error on Solaris 2.6

2004-09-09 Thread Stas Bekman
Stas Bekman wrote: Chris Hughes wrote: Basically the test seems to be working (ie. 500 expected and received), but handling the 500 error kills apache (seems to be a simple dereference of a null pointer; probably returned from a call of strerror(500)). Note that on Solaris strerror(500) returns 0x

Re: [mp2] Setting correct charset / content encoding for request

2004-09-09 Thread Stas Bekman
Chris Jacobson wrote: Hello! Let me get the system specs out of the way first... Apache: 2.0.50 mod_perl: 1.99_16 Apreq2: 2.04-dev Perl: 5.8.5 I am attempting to set the charset value in the response headers to 'utf8', but I can't seem to get it to drop the 'iso-8859-1' value for some reason.

Re: [Fwd: [mp2] coredump strerror code on Solaris 8

2004-09-09 Thread Arshavir Grigorian
Stas Bekman wrote: Joe Orton wrote: On Wed, Sep 08, 2004 at 06:18:49PM -0400, Stas Bekman wrote: But normally apr_strerror(500, buf, 256) returns "not specified error" string or something like that, which is cool. Why does it segfault is what I can't understand. Notice that it doesn't happen on

Re: Coredump running t/filter/in_error on Solaris 2.6

2004-09-09 Thread Arshavir Grigorian
Stas Bekman wrote: Stas Bekman wrote: Chris Hughes wrote: Basically the test seems to be working (ie. 500 expected and received), but handling the 500 error kills apache (seems to be a simple dereference of a null pointer; probably returned from a call of strerror(500)). Note that on Solaris st

Perl error on local install (under Windows XP)

2004-09-09 Thread Lynette Tillner
I have just installed Apache Webserver 2.0.46, ActivePerl 5.8.4 and MySql 3.51 on a laptop under Windows XP. Everything runs --- Apache is running, MySQL is running and Perl is running. I can do perl commands from the command prompt. However, when I try to run my perl scripts from the cgi-bin ins

Re: Perl error on local install (under Windows XP)

2004-09-09 Thread Randy Kobes
On Thu, 9 Sep 2004, Lynette Tillner wrote: > I have just installed Apache Webserver 2.0.46, ActivePerl > 5.8.4 and MySql 3.51 on a laptop under Windows XP. > > Everything runs --- Apache is running, MySQL is running > and Perl is running. I can do perl commands from the > command prompt. > > Howev