someone on i386-freebsd and AIX with mp1 to run a quick test?

2004-02-17 Thread Stas Bekman
I'm trying to resolve this problem (the second part of the email where the failure of mod_perl-1.99_12/t/response/TestModperl/request_rec_tie_api.pm is discussed: http://marc.theaimsgroup.com/?l=apache-modperl&m=107570575120884&w=2 Apparently, on some AIX and FreeBSD setups we get: fileno(ST

Re: 'make test' fails to start server.

2004-02-17 Thread Stas Bekman
konsu wrote: I've updated the patch for the current cvs source (the original one won't apply as is), I've attached it as ipv6.patch. To apply it run: cd modperl-2.0 patch -p0 < ipv6.patch i could not apply the patch (please see output below). i am using the latest modperl-2.0_20040203232656.tar.g

Re: [patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-17 Thread Stas Bekman
Philippe M. Chiasson wrote: [...] I'll try to summarize what you said in a table. The following approaches work for Listen: Apache \ OS | IPV4 | IPV6 --enable-v4-mapped | 80 | 80 --disable-v4-mapped | can't happen | 127.0.

Re: [patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-17 Thread Philippe M. Chiasson
On Tue, 2004-02-17 at 14:52 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > [...] > >>>Ideally, to fix this once and for all, we need to determine 2 things: > >>> > >>>1. The availability of IPv6 on that box > >>>2. Wether httpd was compiled with --enable-v4-mapped or not (or what it > >>

Re: [patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-17 Thread Stas Bekman
Philippe M. Chiasson wrote: [...] Ideally, to fix this once and for all, we need to determine 2 things: 1. The availability of IPv6 on that box 2. Wether httpd was compiled with --enable-v4-mapped or not (or what it defaulted to) Well, if we can figure out (2), then 1 can be skipped. If someone bu

Re: Apache::Registry vs Other PerlHandlers (Was: Re: [OT] Re: Shared Module Vars, Missing Object Methods?)

2004-02-17 Thread Ged Haywood
Hello again, On Tue, 17 Feb 2004, Garth Webb wrote: > Right now I think I might try to convert a select few of our most hit > scripts into handlers to see if some performance can be gained. > ... > during high load days our 3 servers really break a sweat as it is. Could be worth mentioning that

Apache::Registry vs Other PerlHandlers (Was: Re: [OT] Re: Shared Module Vars, Missing Object Methods?)

2004-02-17 Thread Garth Webb
On Tue, 2004-02-17 at 12:58, Ged Haywood wrote: [snip] > I don't think I can add much to what Perrin has said. If you're up > against it because you've walked into a heap of Perl scripts that > grew like Topsy, you probably don't want to spend the time and take > the risk of making wholesale chang

Re: [OT] Re: Shared Module Vars, Missing Object Methods?

2004-02-17 Thread Ged Haywood
Hi there, On Tue, 17 Feb 2004, Garth Webb wrote: > (Ged, Sorry for the off-list response) Apology accepted. :) Actually for some reason it found its way to my backup mail exchanger so it sat there a while unnoticed. But this thread's not OT at all. Quite the reverse, it addresses an important

Re: [patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-17 Thread Philippe M. Chiasson
On Tue, 2004-02-17 at 12:27 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > On Fri, 2004-02-13 at 15:51 -0800, Stas Bekman wrote: > > > >>Philippe M. Chiasson wrote: > >> > >>>On Thu, 2004-02-12 at 10:24 -0800, Stas Bekman wrote: > >>>[...] > > [...] > > > > Ideally, to fix this once

Re: [patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-17 Thread Stas Bekman
Philippe M. Chiasson wrote: On Fri, 2004-02-13 at 15:51 -0800, Stas Bekman wrote: Philippe M. Chiasson wrote: On Thu, 2004-02-12 at 10:24 -0800, Stas Bekman wrote: [...] Configuring httpd with --enable-v4-mapped will make it all work, but it's not the default, so most people on those BSDs are get

Re: [OT] Re: Shared Module Vars, Missing Object Methods?

2004-02-17 Thread Perrin Harkins
On Tue, 2004-02-17 at 14:07, Garth Webb wrote: > So my question is, what do you think is the better alternative to > Apache::Registry? There is nothing terribly wrong with Apache::Registry. The main issue is that it is emulating a CGI environment to provide backwards compatibility, and there's no

Re: [OT] Re: Shared Module Vars, Missing Object Methods?

2004-02-17 Thread Perrin Harkins
On Tue, 2004-02-17 at 14:22, David Emery wrote: > You might be looking for something more like this: > > http://daemoninc.com/PersistentPerl/ > http://search.cpan.org/~horrocks/PersistentPerl-2.22/ > > I don't know if it's necessarily *better* than Apache::Registry, but I > think in your situatio

Re: [OT] Re: Shared Module Vars, Missing Object Methods?

2004-02-17 Thread David Emery
Garth Webb wrote: > So my question is, what do you think is the better alternative to > Apache::Registry? If its bad enough that someone like me might have > written a replacement, where is it? Do people really have conf files > with 100's of directives? It seems to me that most people > these

Re: [OT] Re: Shared Module Vars, Missing Object Methods?

2004-02-17 Thread Garth Webb
On Sat, 2004-02-14 at 09:32, Ged Haywood wrote: > Hi there, > > On Fri, 13 Feb 2004, Garth Webb wrote: > > > So what is a good alternative to Apache::Registry? My impression was > > that this is the thing to use unless you want the extra functionality of > > something like HTML::Mason. > > I'm

Re: [patch mp2] forcing IPv4 configuration [was:Apache::Test on FreeBSD]

2004-02-17 Thread Philippe M. Chiasson
On Fri, 2004-02-13 at 15:51 -0800, Stas Bekman wrote: > Philippe M. Chiasson wrote: > > On Thu, 2004-02-12 at 10:24 -0800, Stas Bekman wrote: > > [...] > > Configuring httpd with --enable-v4-mapped will make it all work, but > > it's not the default, so most people on those BSDs are getting an http

Re: [mp2] Cannot load mod_perl.so into server. Undefined symbol " Perl _vmess"

2004-02-17 Thread Stas Bekman
Roman Bessyadovskii wrote: su-2.04$ nm /usr/lib/libperl.so.3 | grep vmess /usr/libexec/elf/nm: /usr/lib/libperl.so.3: no symbols su-2.04$ nm /usr/lib/libperl_p.a | grep vmess su-2.04$ nm /usr/local/lib/perl5/5.8.3/i386-freebsd/CORE/libperl.so | grep vmess 00064168 T Perl_vmess I try to replace libp