[EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Infocom Admin
Hi
  I recently managed to install apache 2.2.9 with mpm worker enabled . But when 
I try to start the httpd service, it fails saying:
 
" [crit] Apache is running a threaded MPM, but your PHP Module is not compiled 
to be threadsafe.  You need to recompile PHP"
 
    How do i compile php module to be threadsafe ? I am using php5.2.6
 
 


  

Re: [EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Darvin Denmian
Hi,

just use "--enable-maintainer-zts"  directive in configure script

On Mon, Jul 14, 2008 at 3:37 PM, Infocom Admin <[EMAIL PROTECTED]> wrote:
> Hi
>
>   I recently managed to install apache 2.2.9 with mpm worker enabled . But
> when I try to start the httpd service, it fails saying:
>
>
>
> " [crit] Apache is running a threaded MPM, but your PHP Module is not
> compiled to be threadsafe.  You need to recompile PHP"
>
>
>
> How do i compile php module to be threadsafe ? I am using php5.2.6
>
>
>
>
>

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Infocom Admin
The thing is , so far as i remember, i never enabled this option while 
compiling php..
 
but cannot understand why it is saying so this time ...


--- On Mon, 7/14/08, Darvin Denmian <[EMAIL PROTECTED]> wrote:

From: Darvin Denmian <[EMAIL PROTECTED]>
Subject: Re: [EMAIL PROTECTED] problem with php +apache
To: users@httpd.apache.org, [EMAIL PROTECTED]
Date: Monday, July 14, 2008, 2:42 PM

Hi,

just use "--enable-maintainer-zts"  directive in configure script

On Mon, Jul 14, 2008 at 3:37 PM, Infocom Admin <[EMAIL PROTECTED]> wrote:
> Hi
>
>   I recently managed to install apache 2.2.9 with mpm worker enabled . But
> when I try to start the httpd service, it fails saying:
>
>
>
> " [crit] Apache is running a threaded MPM, but your PHP Module is not
> compiled to be threadsafe.  You need to recompile PHP"
>
>
>
> How do i compile php module to be threadsafe ? I am using php5.2.6
>
>
>
>
>

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Re: [EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Darvin Denmian
see: 
http://markmaunder.com/2007/configuring-apache-224-mod_perl-20-php-523-libapreq-with-a-worker-mpm/

On Mon, Jul 14, 2008 at 3:47 PM, Infocom Admin <[EMAIL PROTECTED]> wrote:
> The thing is , so far as i remember, i never enabled this option while
> compiling php..
>
>
>
> but cannot understand why it is saying so this time ...
>
> --- On Mon, 7/14/08, Darvin Denmian <[EMAIL PROTECTED]> wrote:
>
> From: Darvin Denmian <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] problem with php +apache
> To: users@httpd.apache.org, [EMAIL PROTECTED]
> Date: Monday, July 14, 2008, 2:42 PM
>
> Hi,
>
> just use "--enable-maintainer-zts"  directive in configure script
>
> On Mon, Jul 14, 2008 at 3:37 PM, Infocom Admin <[EMAIL PROTECTED]
>> wrote:
>> Hi
>>
>>   I recently managed to install apache 2.2.9 with mpm worker enabled . But
>> when I try to start the httpd service, it fails saying:
>>
>>
>>
>> " [crit] Apache is running a threaded MPM, but your PHP Module is not
>> compiled to be threadsafe.  You need to recompile PHP"
>>
>>
>>
>> How do i compile php module to be threadsafe ? I am using php5.2.6
>>
>>
>>
>>
>>
>
> -
> The official User-To-User support forum of the Apache HTTP Server Project.
> See http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>"   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]