![]() | 1 xdeng 2013-07-11 22:20:23 +08:00 ![]() swap??? 没设? |
![]() | 2 y0 OP ![]() 搞定了。 # dd if=/dev/zero of=/swap bs=1024 count=1M Format the swap file: # mkswap /swap Enable the swap file: # swapon /swap Enable swap on boot: # echo "/swap swap swap sw 0 0" >> /etc/fstab |
3 herewei 2014-09-10 15:06:20 +08:00 Adding --disable-fileinfo to ./configure solves the problem. |