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

2002-06-02 Thread Per Einar Ellefsen
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

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

2002-06-01 Thread Doug MacEachern
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]

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

2002-06-01 Thread R Blake
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

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

2002-06-01 Thread Doug MacEachern
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

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

2002-06-01 Thread R Blake
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

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

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

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

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