MEMO
FATAL: kernel too old 문제
goldpapa
2016. 7. 19. 22:43
요거 해보고 되면 올리자
핵심은 문의한 분이 올린 맨 마지막 줄...
Thank you to the above poster ecatmur -- it does indeed work to reconfigure/rebuild glibc with the configure option --enable-kernel=version
I would add the following -- you can use gcc -static -L/path/to/local/lib (big L option to the directory) and it seems to work just as well as linking to the library file itself. When I linked in the latter fashion (to /path/to/local/lib/libc.a), it created an unecessarily large executable.
[참조]
http://stackoverflow.com/questions/11206243/how-to-build-a-static-binary-for-gnu-linux-installations-with-old-kernel