M MeekAndroid Verified User Joined Feb 14, 2015 Messages 5 Feb 14, 2015 #1 I get this error when installing DirectAdmin on Centos7 64Bit
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 10,162 Location LT, EU Feb 14, 2015 #2 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!
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!