Re: [PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread Jason Wong
On Monday 28 July 2003 03:13, David Goodchild wrote: > My exact problem is this: I do not know how to recompile an already > installed PHP binary with the option --with-pcntl ... 1) Download the php source 2) Extract, and change into the extracted directory 3) Figure out what the existing php bin

Re: [PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread Thomas Seifert
On Sun, 27 Jul 2003 20:13:22 +0100 [EMAIL PROTECTED] (David Goodchild) wrote: > My exact problem is this: I do not know how to recompile an already > installed PHP binary with the option --with-pcntl ... > You can't "recompile a binary", you compile a new version with the compile-options of your

Re: [PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread David Goodchild
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 28 July 2003 01:54, David Goodchild wrote: > > Please do not top-post! > > > How do i recompile it with : --with-pcntl though? This is what i need to > > add as soon as i can. I tired looking for the pcntl.so fil

Re: [PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread Jason Wong
On Monday 28 July 2003 01:54, David Goodchild wrote: Please do not top-post! > How do i recompile it with : --with-pcntl though? This is what i need to > add as soon as i can. I tired looking for the pcntl.so file but i cant > find that either. What _exactly_ are you having problems with? And

Re: [PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread David Goodchild
Thank-you, How do i recompile it with : --with-pcntl though? This is what i need to add as soon as i can. I tired looking for the pcntl.so file but i cant find that either. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 28 July 2003 01:26, David Goodchild w

Re: [PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread Jason Wong
On Monday 28 July 2003 01:26, David Goodchild wrote: > I have a webserver using Ensim, some of you may or may not know of it. PHP > is installed and Apache is using PHP as a module. The server also has the > php binary. I would liek to recompile the current PHP Binary > using --with-pcntl and w

[PHP] Recompiling the PHP Binary with PCNTL

2003-07-27 Thread David Goodchild
Hi all, I have a webserver using Ensim, some of you may or may not know of it. PHP is installed and Apache is using PHP as a module. The server also has the php binary. I would liek to recompile the current PHP Binary using --with-pcntl and whatever it was originally compiled with How do