Hello,
I'm trying to use an application on a FreeBSD server that has some dependencies. I managed to eliminate most dependcies errors except those related to m y PHP installation.
I get the following dependencies still not functioning:
PHP's PDO MySQL
PHP CLI Process Control Support
CLI PDO MySQL Support
I installed PHP5 and when I installed the PHP Extensions, I selected MySQL database support and PCNTL. I also saw that PDO, PDO_SQLITE and PDO_MYSQL were selected by default. Any idea how can I make this work?
I thought that PCNTL is the CLI Process Control support module, that's why I selected it during the installation of PHP Extensions.
Isn't CLI PDO MySQL support a part of the PDO MySQL extension?
Could someone please help me with that?
Thank you,


