Am Montag, dem 10. Juni 2002 um 15:01:22, schrieb Jens Puruckherr:
/usr/lib/libglib.so: undefined reference to `getpwuid_r@GLIBC_2.1.2'
Da scheint Deine glibc nicht in Ordnung, was ergibt denn bei dir:
$ objdump -T /lib/libc.so.6|grep getpwuid_r 000a05f4 g DF .text 00000038 (GLIBC_2.0) getpwuid_r 000a0480 g DF .text 00000171 GLIBC_2.1.2 getpwuid_r $ /lib/libc.so.6 GNU C Library stable release version 2.2.5, by Roland McGrath et al. Copyright (C) 1992-2001, 2002 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 2.95.4 20011002 (Debian prerelease). Compiled on a Linux 2.4.18 system on 2002-04-28. Available extensions: GNU libio by Per Bothner crypt add-on version 2.1 by Michael Glad and others linuxthreads-0.9 by Xavier Leroy BIND-8.2.3-T5B libthread_db work sponsored by Alpha Processor Inc NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk Report bugs using the `glibcbug' script to bugs@gnu.org.
Torsten