From owner-freebsd-hackers Wed May 7 14:58:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA20136 for hackers-outgoing; Wed, 7 May 1997 14:58:12 -0700 (PDT) Received: from zeus.gel.usherb.ca (zeus.gel.usherb.ca [132.210.70.7]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id OAA20129 for ; Wed, 7 May 1997 14:58:10 -0700 (PDT) Received: from pollux.gel.usherb.ca by zeus.gel.usherb.ca (4.1/SMI-4.1) id AA00955; Wed, 7 May 97 17:57:57 EDT Received: by pollux.gel.usherb.ca (SMI-8.6/SMI-SVR4) id RAA03562; Wed, 7 May 1997 17:57:57 -0400 Date: Wed, 7 May 1997 17:57:56 -0400 (EDT) From: "Alex.Boisvert" To: "Lenzi, Sergio" Cc: hackers@FreeBSD.ORG Subject: Re: Applixware hangs In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > The system hangs due to the libc version in the /compat/linux/lib > > Solution: change to a set of new libc (from the redhat cdrom) by > doing a: > > tar cf - lib* | tar --unlink -xvf - -C /compat/linux/lib > on the /lib and /usr/lib directory in the redhat cdrom. > > Should work. I tried with the libc that comes from RedHat 3.0.3 and still, Applix does the same thing to FreeBSD. Alex.