search for: __pthread_unwind

Displaying 1 result from an estimated 1 matches for "__pthread_unwind".

2008 Aug 13
0
libc.so.6(GLIBC_PRIVATE)(64bit) is needed but I cannot find it in CentOS 5.2
.../librtkaio-2.5.so | grep PRIVATE U __libc_dlopen_mode@@GLIBC_PRIVATE U __libc_dlsym@@GLIBC_PRIVATE U __libc_fatal@@GLIBC_PRIVATE U __libc_pwrite@@GLIBC_PRIVATE w __pthread_clock_gettime@@GLIBC_PRIVATE w __pthread_clock_settime@@GLIBC_PRIVATE U __pthread_unwind@@GLIBC_PRIVATE U _rtld_global@@GLIBC_PRIVATE But I couldn't find where these symbols are defined (e.g. __libc_pwrite@@GLIBC_PRIVATE). The workaround that I found is to add the following line to the spec file: "provides: libc.so.6(GLIBC_PRIVATE)(64bit)" I guess that th...