Problem with installing directadmin

It seems you've ran out of your virtual machine memory (RAM assigned to your openvz container). Please try the following (assuming your php1_mode=mod_php, php1_release=5.3):
Code:
cd /usr/local/directadmin/custombuild
mkdir -p custom/ap2
cp -p configure/ap2/configure.php53 custom/ap2/configure.php53
perl -pi -e 's#./configure \\#./configure --disable-fileinfo \\#' custom/ap2/configure.php53

And try again :) Please let us know the results!
 
Back
Top