On Thu, 2004-12-02 at 10:25 -0500, Matt Price wrote:
> connect(21, {sa_family=AF_INET, sin_port=htons(631),
> sin_addr=inet_addr("127.0.0.1")}, 16The port number is 631, which is CUPS. So it's trying to connect to a CUPS server. This is fixed in 1.1.3-3 (I know, you have powerpc and can't use it !) by trying to connect to CUPS in a separate thread. You can work around it for now by turning CUPS support back off. Uncomment this line in /etc/openoffice/openoffice.conf: export SAL_DISABLE_CUPS=1 Chris

