doug,

commenting out the following lines in Makefile.PL allow me to get past the configure "bus error":

#ModPerl::MM will use Apache::BuildConfig in subdir/Makefile.PL's
$build->save;

# for my $util (qw(Report Smoke)) {
# my $class = "Apache::Test${util}Perl";
# $class->generate_script;
# }

# for my $util (qw(Run)) {
# my $class = "ModPerl::Test${util}";
# $class->generate_script;
# }

my $tables_dir = tables_dir($httpd_version);

and complete a successful configure with:

perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 MP_USE_DSO=1 MP_USE_STATIC=0 MP_STATIC_EXTS=0

now, on to make, and trying to understand WHY i get a BusError from above ....

richard


> try again with modperl-2.0 from cvs, compiles passes all test for me on
> darwin with the stock 5.6.0 installed on the system. and with
> perl-current (5.8.0-tobe) with ithreads enabled. do _not_ use the 5.7.3
> release that is on cpan, for anything. it is way too far out of date.
>
> you can get the current sources with:
> rsync -auvz --delete rsync://ftp.linux.activestate.com/perl-current/
> perl-current
>
> or wait for 5.8.0-RC1 which is supposed to be released on saturday.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>




--------------------------------------
R Blake
blakers <at> mac.com
http://homepage.mac.com/blakers
--------------------------------------
MacOSX ..... because Windows sux.
--------------------------------------

Reply via email to