-1

The server threw a 'kernel: Oops: 0000 [1] SMP' while compiling PHP 5.4.9.

It crashed when I try it again just to make sure that it was the culprit.

Other than that, the server works fine.

Its kinda old and running on a very old operating system: 2.6.23.17-88.fc7

Before the server became unresponsive, I checked the dmesg log for errors but there was none.

Am I missing any logs? Any tips on how I can troubleshoot this kernel panic?

I would like to add that I also compiled Nginx but that went fine.

Joseph Ho
  • 1
  • 1

2 Answers2

6

Kernel panic on relatively high load of server often indicates hardware problems. Check your processor temperature, run memory test, etc.

DukeLion
  • 3,259
  • 1
  • 18
  • 19
0

Try to compile it not under the root user (anyway better way is to install it via RPM).

Andrei Mikhaltsov
  • 3,027
  • 1
  • 23
  • 31
  • The user you compile under should have no effect on this problem (though generally it's better to use the vendor-supplied packages if at all possible). – voretaq7 Dec 19 '12 at 15:30