This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

glibc 2.1.92 compatibility with glibc 2.1.3 ?


Hi,

> Also when I tried to rebuild pam I get a link error of...
> 
> sh: error while loading shared libraries: sh: symbol getrlimit64, version GLIBC_2.1 not defined in file libc.so.6 with link time reference
> getOutputFrom(): Broken pipe

Is glibc 2.1.92 binary compatible with glibc 2.1.3? 

Should the symbol getrlimit64 version GLIBC_2.1 be present in glibc 2.1.92?

[root@localhost local]# cd /space/src/glibc-2.1.92
[root@localhost glibc-2.1.92]# nm libc.so.6 | grep getrlimit
000cef48 t __getrlimit
000cef48 t __new_getrlimit
000cf024 t __new_getrlimit64
000d60c8 t __old_getrlimit
000d5f78 t __syscall_getrlimit
000cf024 T getrlimit64@@GLIBC_2.2
000cef48 T getrlimit@@GLIBC_2.2
000d60c8 T getrlimit@GLIBC_2.0

Shouldn't the symbols of glibc-2.1.3 be a perfect subset of the symbols defined
in glibc-2.1.92 and if not why not?

Thanks,

Kevin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]