How to solve the issue "FATAL: kernel too old"
ca110us opened this issue · 0 comments
ca110us commented
When i built application with go-sqlite3
and run it in kernel 2.6.x, an error occurred with message "FATAL: kernel too old".
Should I recompile glibc with --enable-kernel=2.6.0
or is there another way?