由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - glibc question
相关主题
gcc 4.3(or +) on Mac OS 10.6C库函数:strpbrk() 的实现一问
好了。终于把3-way qsort完成标准优化了:)[合集] C语言面试题, 如何得到一个字符串长度? (不许遍历)
gdb debugging the system call execve() ...[合集] GCC source code help
double free or corruption问题哪里能看一下fedora glibc 的 make configuration (转载)
大家在linux下面用什么C++的IDE呢?Linux下有办法通过C/C++得到已经调入内存的library的full path么
一个关于空间分配的问题Question about memset() and memmove() size limit
C库函数的实现C++中释放的内存可能立即返回系统吗?
ask for help about AMD clusterc里面有什么函数可以
相关话题的讨论汇总
话题: glibc话题: lib话题: new话题: abi话题: shell
进入Programming版参与讨论
1 (共1页)
F*******i
发帖数: 190
1
Dxia,
I downloaded a glic from gnu and compiled it successfully.
then I change the LD_LIBRARY_PATH to include this new lib in
the .bashrc,
then i login a new shell and issue the command ls, it shows:
/bin/ls: error while loading shared libraries: MYNEWGLIBCLIB/lib/libc.so.6:
ELF file OS ABI invalid
any insights is really appreciated!
e****d
发帖数: 895
2
Incompatible ABI between the old lib and the new lib?

【在 F*******i 的大作中提到】
: Dxia,
: I downloaded a glic from gnu and compiled it successfully.
: then I change the LD_LIBRARY_PATH to include this new lib in
: the .bashrc,
: then i login a new shell and issue the command ls, it shows:
: /bin/ls: error while loading shared libraries: MYNEWGLIBCLIB/lib/libc.so.6:
: ELF file OS ABI invalid
: any insights is really appreciated!

F*******i
发帖数: 190
3
thanks!
do you mean new lib --> new glibc,
what does the old lib mean?
thanks

【在 e****d 的大作中提到】
: Incompatible ABI between the old lib and the new lib?
e****d
发帖数: 895
4
the original glibc used by your shell.

【在 F*******i 的大作中提到】
: thanks!
: do you mean new lib --> new glibc,
: what does the old lib mean?
: thanks

F*******i
发帖数: 190
5
I see,
you mean the current shell(assuming it was compiled by old glibc provided by
default installation) is not compatible with new glibc?
thanks,

【在 e****d 的大作中提到】
: the original glibc used by your shell.
1 (共1页)
进入Programming版参与讨论
相关主题
c里面有什么函数可以大家在linux下面用什么C++的IDE呢?
gdb with big core file一个关于空间分配的问题
linux下面user space里面的程序会导致kernal Oops吗?C库函数的实现
有谁对glibc的allocator有研究?ask for help about AMD cluster
gcc 4.3(or +) on Mac OS 10.6C库函数:strpbrk() 的实现一问
好了。终于把3-way qsort完成标准优化了:)[合集] C语言面试题, 如何得到一个字符串长度? (不许遍历)
gdb debugging the system call execve() ...[合集] GCC source code help
double free or corruption问题哪里能看一下fedora glibc 的 make configuration (转载)
相关话题的讨论汇总
话题: glibc话题: lib话题: new话题: abi话题: shell