Re: [eis1] Update base 1.6.3 auf aktuell
Peter Schauder <[email protected]>
| Newsgroups | spline.eisfair |
|---|---|
| Organization | spline |
| Message-ID | <[email protected]> |
On Mon, 22 Nov 2010 18:05:47 +0100, Holger Bruenjes <[email protected]> wrote: >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.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 service # ls libc.so.6 -l lrwxrwxrwx 1 root root 13 Nov 1 2009 libc.so.6 -> libc-2.3.6.so service # 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 service # service # strings /lib/libc.so.6 | grep '__libc_sigaction' __libc_sigaction service # /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. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled by GNU CC version 3.4.6. Compiled on a Linux 2.4.35-wt1-SMP system on 2009-01-05. Available extensions:\n GNU libio by Per Bothner crypt add-on version 2.1 by Michael Glad and others linuxthreads-0.10 by Xavier Leroy GNU Libidn by Simon Josefsson BIND-8.2.3-T5B libthread_db work sponsored by Alpha Processor Inc NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk Thread-local storage support included. For bug reporting instructions, please see: <http://www.gnu.org/software/libc/bugs.html>. Sieht irgendwie ziemlich ähnlich aus Gruà Peter