This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients mark.dickinson, nnorwitz, r.david.murray, srid
Date 2009-08-28.22:39:46
SpamBayes Score 3.6902028e-09
Marked as misclassified No
Message-id <1251499187.98.0.89609242417.issue4970@psf.upfronthosting.co.za>
In-reply-to
Content
libc used is of version 2.3.2.

***

apy@gila:~> ldd rrun/tmp/autotest/ActivePython-3.1.1.2-linux-x86/
INSTALLDIR/bin/python3
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x4002f000)
        libdl.so.2 => /lib/libdl.so.2 (0x40080000)
        libutil.so.1 => /lib/libutil.so.1 (0x40083000)
        libm.so.6 => /lib/i686/libm.so.6 (0x40086000)
        libc.so.6 => /lib/i686/libc.so.6 (0x400aa000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
apy@gila:~> /lib/i686/libc.so.6 
GNU C Library stable release version 2.3.2 (20030827), by Roland 
McGrath et al.
Copyright (C) 2003 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.
Configured for i686-suse-linux.
Compiled by GNU CC version 3.3.1 (SuSE Linux).
Compiled on a Linux 2.6.0-test3 system on 2003-09-23.
Available extensions:
        GNU libio by Per Bothner
        crypt add-on version 2.1 by Michael Glad and others
        linuxthreads-0.10 by Xavier Leroy
        NoVersion patch for broken glibc 2.0 binaries
        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.
pthread library is compiled with floating stack support enabled.
Report bugs using the `glibcbug' script to <bugs@gnu.org>.
apy@gila:~>
History
Date User Action Args
2009-08-28 22:39:48sridsetrecipients: + srid, nnorwitz, mark.dickinson, r.david.murray
2009-08-28 22:39:47sridsetmessageid: <1251499187.98.0.89609242417.issue4970@psf.upfronthosting.co.za>
2009-08-28 22:39:46sridlinkissue4970 messages
2009-08-28 22:39:46sridcreate