Re: problem compiling midgard on SLES 9

Zachary Denison <[email protected]> Tue, 27 Sep 2005 17:58:38 -0400
Newsgroups gmane.comp.web.midgard.user
Message-ID <[email protected]>
Thank you Piotras for your help, When you mentioned ZTS, I think
figured out what was the problem.  I had apache2 compiled with
worker-mpm support.  It seems that this forces php (4 or 5) to compile
with ZTS, even if you tell it to --disable-experimental-zts.  In that
case midgard fails to compile.  I switched my apache2 configuration to
--prefork and I was able to compile midgard-php4.

It is correct that midgard does not work under apache2 with worker-mpm ?


> > Does it mean you compiled PHP4 with ZTS?
> > Shouldn't be extension defined as extension/20050606 ?
> >
> > Piotras