Recompiling PHP enabling pcntl

dotdoms

Verified User
Joined
Oct 28, 2006
Messages
45
Hello,

I got DA installed on my box but noticed now that PCNTL isn´t enabled here, so I would need to recompile php with it being enabled. Could anyone give me a hint how I would do so (with which syntax)? :)

thx :)
 
This should do it:


Code:
nano -wc /usr/local/directadmin/customapache/configure.php


Add the flag in there.


Code:
/usr/local/directadmin/customapache/build php n


That should rebuild php and replace the old version.


Thanks,
Clint
 
Note I don't use Debian.

however customapache is OS independent; try it :) .

If it fails you'll have to find whatever is missing and install it, but at least you'll know what.

Jeff
 
well it´s giving me tat error message..

php: No such file or directory
-bash: cat:: command not found
server:~# cat: configure.php: No such file or directory
-bash: cat:: command not found
server:~# cat: configure.php: No such file or directory
-bash: cat:: command not found
server:~# cat: configure.php: No such file or directory
-bash: cat:: command not found
server:~# cat: configure.php: No such file or directory
-bash: cat:: command not found
server:~# *** Cannot find /root/php-4.4.4.tar.gz. Aborting ***
-bash: secretkey.asc: command not found

so what shall I do? :)
 
Back
Top