At 00:27 02.06.2002, Doug MacEachern wrote:
>On Sat, 1 Jun 2002, Per Einar Ellefsen wrote:
>
> > You'll have to register a project... But why don't you just go ahead and
> > register mod_perl? That doesn't imply anything, you can remove the CVS
> > repository and point everything to the mod_perl w
On Sat, 1 Jun 2002, R Blake wrote:
> [root@server]perl test.pl
> Bus error
ok, you should report this as a perlbug.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
doug,
[root@server]cat test.pl (your test script )
use strict;
use Socket;
my $localhost_addr = pack('C4', 127, 0, 0, 1);
my $default_localhost =
gethostbyaddr($localhost_addr, Socket::AF_INET()) || 'localhost';
print "localhost=$default_localhost\n";
[root@server]perl test.pl
Bus error
On Sat, 1 Jun 2002, R Blake wrote:
> #7 0x004658b8 in Perl_pp_ghostent
we call this in Apache::TestConfig::default_localhost, does the script
below work for you or cause the same bus error?
use strict;
use Socket;
my $localhost_addr = pack('C4', 127, 0, 0, 1);
my $default_localhost =
get
doug,
>> just curious, any comments re: the "bus error" i'd rec'd and the code i
>> commented out (previous msg )?
>
> no ideas unless i can reproduce or you can post a stacktrace.
>
here's the invoke & resulting stack trace ..
[root@server]perl Makefile.PL MP_AP_PREFIX=/usr/local/apa
At 05:32 01.06.2002, Doug MacEachern wrote:
>i registered with sourceforge to try a different darwin version, but can't
>figure out how to access the compile farm without registering a project.
You'll have to register a project... But why don't you just go ahead and
register mod_perl? That doesn
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
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