Cc: Internal error: the program is killed
Host environment: CentOS6.5
PHP version: 5.6.1
When optimizing the one-click installation script of PHP"Cc: Internal error: killed (Program bits)"
After debugging several times, the same error occurs.
Start to analyze the cause:
1. Internal error?
2. Killing processes?
Under what circumstances does a host usually kill processes? When resources are insufficient!
Start to view resources: Check the Virtual Machine resources according to previous practices. Because it is a test machine, I only allocated 512 MB of memory and got SWAP
After the memory is shut down and added, the fault disappears.
Personal summary:
1. php5.6.1 requires a higher environment for host resources;
2. When you encounter a prompt, let's take a look at the prompt first. There will basically be a solution to the problem, and there will soon be a solution.