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 binary was compiled with (see previous 
post)
4) Then run:

   ./configure [all the previous configure options] --enable-pcntl

5) If no errors then:

   make 

6) If no errors then:

   make install

7) Congratulate yourself on a job well done.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Marriage is the sole cause of divorce.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to