Hello,
I’m trying to install a web based application that requires PHP to function properly.
I installed a FreeBSD box with apache22, mysql55, php 5.2.17 and my application. When I first run my application, it showed me a list of dependencies that needed to be resolved for it can function. I was able to resolved all except one, installing or enabling CLI Process Control Support.
I installed all the FreeBSD applications from the ports collection and are all in their default locations.
In order to enable CLI Process Control, I went to /usr/ports/lang/php52-extensions and I typed “make config”.
When the make config menu came up, I only selected PCNTL - pcntl support (CLI only) then I run “make install clean” but it gave me some errors because I already installed the php extensions when I first installed php.
So, how can I add CLI Process Control to my installation?
Thank you for your help,