[tex-live] texlive-20010307.iso.bz2 problems
Kaja P. Christiansen
kaja@daimi.au.dk
Wed, 21 Mar 2001 17:44:43 +0100
Michael Wiedmann writes:
> We use an AXIS CD server, which uses an unknown proprietary OS and
> NFS server. All Solaris workstations mount the - from the CD server NFS
> exported - CDs in their local filesystem.
If this is a timestamp problem (of which I am not sure), perhaps tuning
nfs_32_time_ok would help? Try to set in /etc/system file:
set nfs:nfs_32_time_ok = 0xffffffff
then reboot.
There are other problems with the texlive-20010307, reported today
by Staszek: pdftex/pdfetex for Linux are broken under RedHat6.2:
# ldd /mnt/cdrom/bin/i386-linux/pdftex
libstdc++-libc6.2-2.so.3 => not found
libm.so.6 => /lib/libm.so.6 (0x4001c000)
libc.so.6 => /lib/libc.so.6 (0x40039000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
# ldd /mnt/cdrom/bin/i386-linux/pdfetex
libstdc++-libc6.2-2.so.3 => not found
libm.so.6 => /lib/libm.so.6 (0x4001c000)
libc.so.6 => /lib/libc.so.6 (0x40039000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
The versions compiled here show something like:
# ldd pdftex
libm.so.6 => /lib/libm.so.6 (0x4001c000)
libc.so.6 => /lib/libc.so.6 (0x40039000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Kaja