(At the moment) I don't know much about Unix/Linux, so maybe this is just the way things should be, but it looks strange to me: kaos:/lib# objdump -T libc.so.6 |grep " stat" 0006fc60 w DF .text 00000044 statfs kaos:/usr/i486-linux-libc5/lib # objdump -T libc.so.5.4.46 |grep " stat" 00068c94 w DF .text 00000000 statfs 0006985c w DF .text 00000037 stat java@kaos:~/.netscape/plugins > objdump -T javaplugin.so |grep " stat" 0000a534 g DO .bss 00000004 state 00000000 D *UND* 00000000 stat But I'm sure I used activator-glibc fetched from gd.tuwien.ac.at Anybody got an idea? And can somebody tell me what *UND* means ?