> -----Original Message-----
> From: sterling [mailto:sterling@covalent.net]
> Sent: Friday, March 23, 2001 8:58 PM
> To: Geoffrey Young
> Cc: 'dev@perl.apache.org'
> Subject: Re: httpd-2.0 compile problems
>
>
> Hello again -
>
> It appears that in 2.0.12 mpm_pthread was renamed to threaded -
> so the references to mpmt_pthread should go away.
that was it. somebody may want to make the below changes to modperl_dev.pod
thanks
--Geoff
Index: modperl_dev.pod
===================================================================
RCS file: /home/cvspublic/modperl-2.0/pod/modperl_dev.pod,v
retrieving revision 1.8
diff -u -r1.8 modperl_dev.pod
--- modperl_dev.pod 2001/01/06 02:41:22 1.8
+++ modperl_dev.pod 2001/03/26 13:16:49
@@ -19,7 +19,7 @@
% cd ..
% buildconf
% ./configure --prefix=$HOME/apache-2.0 \
- --with-mpm=mpmt_pthread --enable-so
+ --with-mpm=threaded --enable-so
% make && make install
For bleeding edge Perl:
@@ -100,7 +100,7 @@
=head2 Configure and compile Apache
% cd ../httpd-2.0
- % ./configure --with-mpm=mpmt_pthread
+ % ./configure --with-mpm=threaded
% make
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
|