You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jean-Jacques Clar <JJ...@novell.com> on 2002/06/20 17:09:45 UTC

Linux and the worker model

There are errors when building 2.0.x on Linux RH7.3 with the worker
model:
multiple definitions of 'ap_mpm_pod_open', 'ap_mpm_pod_check',...  are
present.
1-from mpm_common.* because of the #ifdef AP_MPM_USES_POD.
2-these functions are also in server\mpm\worker\pod.c.
 
Which functions should be used and removed?
 
Jean-Jacques
 

Re: Linux and the worker model

Posted by Aaron Bannert <aa...@clove.org>.
On Thu, Jun 20, 2002 at 09:09:45AM -0600, Jean-Jacques Clar wrote:
> There are errors when building 2.0.x on Linux RH7.3 with the worker

Which version of 2.0 exactly?

-aaron