Hi, I want to enable Pcntl functions on centos 7 (64-bit) and latest Directadmin installed on it. I think this is my answser, right?
http://help.directadmin.com/item.php?id=252
but I don't know what to add in the last line that explained in that link:
and Do I need to enable anything in php.ini?
________________
2- and Also I want to enable imap in directadmin, I searched and found some solutions, but it seems that I need to install another packages for centos 7 :
https://forum.directadmin.com/showthread.php?t=49707
Would you tell me how to enable imap and pcntl_functionsX step by step?
_______
I think I should mention this that I ran this commands before (another custom build done before):
http://help.directadmin.com/item.php?id=252
but I don't know what to add in the last line that explained in that link:
Add your --with-module line to the end of the custom/ap2/configure.php5 file ...
and Do I need to enable anything in php.ini?
________________
2- and Also I want to enable imap in directadmin, I searched and found some solutions, but it seems that I need to install another packages for centos 7 :
https://forum.directadmin.com/showthread.php?t=49707
Would you tell me how to enable imap and pcntl_functionsX step by step?
_______
I think I should mention this that I ran this commands before (another custom build done before):
Code:
cd /usr/local/directadmin/custombuild
nano options.conf
...