Make test fails on time module with Python 1.5.2/Linux2/EGCS! Help!

greg andruk meowing at banet.net
Thu May 13 21:30:57 EDT 1999


Alexander Staubo <nospam at mop.no> writes:

> (Note: I _think_ I am using libc5. I didn't set up the system, and I 
> don't know how to tell which version I have. Suggestions?)

$ ldd /usr/local/bin/python
        libdl.so.2 => /lib/libdl.so.2 (0x40003000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40006000)
        libm.so.6 => /lib/libm.so.6 (0x40015000)
        libc.so.6 => /lib/libc.so.6 (0x4002e000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)

This Python is linked to glibc, so it shows libc.so.6. It it was
libc5, it would show (you guessed it) libc.so.5.

-- 
Misc. Meowing: <URL:http://members.xoom.com/meowing/> **meow**




More information about the Python-list mailing list