Comment 5 for bug 569429

Revision history for this message
VSN (vsn-inbox) wrote :

Hi,

below is my output as requested.

vsn@vsn-desktop:~$ objdump -T /lib/libc.so.6| grep __fxstat64
000bdd90 g DF .text 00000041 (GLIBC_2.1) __fxstat64
000bdd90 g DF .text 00000041 GLIBC_2.2 __fxstat64
vsn@vsn-desktop:~$ objdump -T /usr/bin/python| grep __fxstat64
00000000 DF *UND* 00000000 GLIBC_2.2 __fxstat64
vsn@vsn-desktop:~$ apt-cache policy python
python:
  Installed: 2.6.5-0ubuntu1
  Candidate: 2.6.5-0ubuntu1
  Version table:
 *** 2.6.5-0ubuntu1 0
        500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status
vsn@vsn-desktop:~$ apt-cache policy python2.6
python2.6:
  Installed: 2.6.5-1ubuntu6
  Candidate: 2.6.5-1ubuntu6
  Version table:
 *** 2.6.5-1ubuntu6 0
        500 http://de.archive.ubuntu.com/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status
vsn@vsn-desktop:~$