Package: openoffice.org Version: 1.1.0-1 Following the README.Debian instructions, I ran the command;
[EMAIL PROTECTED]:/usr/lib/openoffice/program$ cd /usr/lib/openoffice/program; LD_LIBRARY_PATH=. strace ./setup.bin 2>&1 | grep -i "open(.*ttf" | tail open("/usr/share/fonts/truetype/ttf-bitstream-vera/VeraIt.ttf", O_RDONLY) = 11 open("/usr/share/fonts/truetype/ttf-bitstream-vera/VeraMoBd.ttf", O_RDONLY) = 11open("/usr/share/fonts/truetype/ttf-bitstream-vera/VeraSe.ttf", O_RDONLY) = 11 open("/usr/share/fonts/truetype/ttf-bitstream-vera/VeraMoIt.ttf", O_RDONLY) = 11open("/usr/share/fonts/truetype/Arial.ttf", O_RDONLY) = 11 open("/usr/lib/openoffice/program/soui.ttf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/openoffice/program/sungulimp.ttf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/openoffice/program/vera.ttf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/X11R6/lib/X11/fonts/TrueType/larabie-uncommon/abandone.ttf", O_RDONLY) = 15 open("/usr/share/fonts/truetype/Arial_Bold.ttf", O_RDONLY) = 16 The problem posted under other bugs stated that it was due to fonts with 0 byte sizes. This is not the case here, as I have checked all of these fonts to see whether or not they are larger than 0. Even if I move them elsewhere, it will replace these fonts with other ones that also have more than 0 bytes. Evidently, there are several fonts that are missing as well. I have not been able to find these in the debian packages. Linux skint 2.4.20-3-686 #1 Sun Jul 27 18:13:41 EST 2003 i686 GNU/Linux Libc6 version is libc-2.3.2. Jason