Re: Using non threaded MPM but still compile error
Ken Peng <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
We are also using mod_perl. But I have not compiled modperl by hand for a long time. Under ubuntu we just did: apt-get install apache2 apache2-mpm-prefork apt-get install libapache2-mod-perl2 apt-get install libapreq2 apt-get install libapache2-request-perl a2enmod apreq apache2ctl restart And yes from what I know, it's not suggested to run multi-threading for modperl. On 2015/9/23 星期三 3:18, Terrance Devor wrote: > One final question. I remember reading a while back that perl's multi > threading module is unstable. Is this still the case? If not, I could > just recompile pearl with ithreads and call it a day however, would opt > not to do so if this is the case still. -- B. Regards, Ken Peng - [email protected]