我构建了最新的 glibc,现在我在使用 coreutils 之类的函数ls
或cat
其他类似vim
.
我的错误是
-bash-4.0$ cat
cat: error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
我用以下配置构建了 glibc,没有错误
../glibc/configure --prefix=/home/ex/uid377/glibbuilt
在旧版本(如 2.14)上,运行实用程序会导致分段错误。
-bash-4.0$ ./pwd
./pwd: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./pwd)
-bash-4.0$ LD_LIBRARY_PATH=/home/ex/uid377/glibc/lib/:${LD_LIBRARY_PATH}
-bash-4.0$ ./pwd
Segmentation fault (core dumped)
编辑 内核版本
-bash-4.0$ uname -r
2.6.32.26-175.fc12.x86_64