KernelPatch
KernelPatch copied to clipboard
kptools glibc 运行库 依赖问题
./kptools-linux -p --image kernel-b --skey "123456" --kpimg kpimg-android --out kernel ./kptools-linux: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./kptools-linux)
./kptools-linux: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38' not found (required by ./kptools-linux)
在修补 boot img 时出现 glibc 依赖问题。 是否应该将 glibc 等各种以来一同打包进 exe 以实现静态使用
我也遇到了,UBUNTU20.04 提示GLIBC_2.38' not found
可以看看这个https://groups.google.com/a/chromium.org/g/chromium-os-dev/c/6tkifbfiQEA 这个错误说明你的libc的系统库有点旧,更新一下