New set of binaries for TL5

Thomas Esser te@informatik.uni-hannover.de
Wed, 31 May 2000 12:15:30 +0200 (MET DST)


> so what do you get on a system that *does* work?

The binaries for teTeX show the following:

$ ldd pdftex
        /lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x40015000)
        libm.so.6 => /lib/libm.so.6 (0x40021000)
        libc.so.6 => /lib/libc.so.6 (0x4003e000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

For each system in use (libc5 / libc6 type), I always use the oldest
system for building that I can get.

Builing on new systems and running on old ones sometimes fails. The
reverse (building on old systems and running on new systems) usually
works.

Thomas