[tex-live] TL2008's otftotfm has some old shared libs dependencies.
Vasile Gaburici
vgaburici at gmail.com
Wed Aug 27 07:45:20 CEST 2008
otftotfm: error while loading shared libraries: libstdc++.so.5: cannot
open shared object file: No such file or directory
So it doesn't normally work on Fedora 9 and probably other newer
distros. Linking against the so.5 c++ lib seems rather pointless since
otftotfm works pretty well with the so.6.
$ ldd /tl/2008/bin/i386-linux/otftotfm
linux-gate.so.1 => (0x00110000)
libstdc++.so.5 => not found
libm.so.6 => /lib/libm.so.6 (0x00c80000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0038c000)
libc.so.6 => /lib/libc.so.6 (0x00b15000)
/lib/ld-linux.so.2 (0x00af5000)
$ ldd /usr/bin/otftotfm
linux-gate.so.1 => (0x00110000)
libkpathsea.so.4 => /usr/lib/libkpathsea.so.4 (0x00ce3000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x003de000)
libm.so.6 => /lib/libm.so.6 (0x00c80000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0038c000)
libc.so.6 => /lib/libc.so.6 (0x00b15000)
/lib/ld-linux.so.2 (0x00af5000)
More information about the tex-live
mailing list