Re: [eis1] Update base 1.6.3 auf aktuell
Holger Bruenjes <[email protected]>
| Newsgroups | spline.eisfair |
|---|---|
| Message-ID | <[email protected]> |
Hallo Peter Am 2010-11-22 00:40, schrieb Peter Schauder: > Das hab ich dazu noch in den Logs gefunden: > > das hier beim Update: Es erschliesst sich mir hier nicht was da passiert > (repair filesystem) # fsck > fsck 1.41.8 (11-July-2009) > fsck.ext3: relocation error: /lib/libpthread.so.0: symbol > __libc_sigaction, version GLIBC_2.2 not defined in file libc.so.6 with > link time reference > (repair filesystem) # > ----------------------- Diese Symbole werden mit der libc-2.3.6, die mit dem base update-1.6.0 verteilt wurde aufgeloest. strings /lib/libc.so.6 | grep GLIBC GLIBC_2.0 GLIBC_2.1 GLIBC_2.1.1 GLIBC_2.1.2 GLIBC_2.1.3 GLIBC_2.2 GLIBC_2.2.1 GLIBC_2.2.2 GLIBC_2.2.3 GLIBC_2.2.4 GLIBC_2.2.6 GLIBC_2.3 GLIBC_2.3.2 GLIBC_2.3.3 GLIBC_2.3.4 GLIBC_PRIVATE eis:/ # strings /lib/libc.so.6 | grep '__libc_sigaction' __libc_sigaction eis:/ # strings /lib/libpthread.so.0 | grep '__libc_sigaction' __libc_sigaction eis:/ # /lib/libc.so.6 GNU C Library stable release version 2.3.6, by Roland McGrath et al. Copyright (C) 2005 Free Software Foundation, Inc. Was erzaehlt denn Deine Kiste ueber die libc? /lib/libc.so.6 Holger