ls
最新の glibc をビルドしましたが、coreutilsやなどの関数で問題が発生してい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