From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from uq.net.au(fox.uq.net.au[203.101.255.1]) (1187 bytes) by braille.uwo.ca via smail with P:esmtp/D:aliases/T:pipe (sender: ) id for ; Mon, 21 May 2001 20:57:58 -0400 (EDT) (Smail-3.2.0.102 1998-Aug-2 #2 built 1999-Sep-5) Received: from data.home (mail@dyn-23-165.dialin.uq.net.au [203.100.23.165]) by uq.net.au (8.9.3/8.9.3) with ESMTP id KAA22458 for ; Tue, 22 May 2001 10:58:00 +1000 (GMT+1000) Received: from geoff by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 1520Um-0002Pu-00; Tue, 22 May 2001 10:57:56 +1000 Date: Tue, 22 May 2001 10:57:56 +1000 (EST) From: Geoff Shang To: Subject: Re: speakup/install failed In-Reply-To: <000901c0de3f$814d3300$d5015112@mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: Hi: These binary operator errors are being caused by the fact that the version of bash you are running is not bash version 2. You'll need to ensure that vash2 is installed (maybe try 'locate bash2' - I don't know the redhat way to check this), and you'll need to change the first line of /usr/src/speakup-0.10a/install to point at bash2 rather than bash. Then it should work. Geoff.