
1 46fo Jul 11, 2013 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 Sep 10, 2014 Adding --disable-fileinfo to ./configure solves the problem. |