From owner-freebsd-questions@FreeBSD.ORG Wed May 19 09:24:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E99C016A4CF for ; Wed, 19 May 2004 09:24:01 -0700 (PDT) Received: from bsd.caece.net (bsd.ce.ntu.edu.tw [140.112.13.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5363D43D48 for ; Wed, 19 May 2004 09:24:01 -0700 (PDT) (envelope-from linxx@caece.net) Received: from localhost (localhost [127.0.0.1]) by bsd.caece.net (Postfix) with ESMTP id 33CDB63B for ; Thu, 20 May 2004 00:28:29 +0800 (CST) Received: from bsd.caece.net ([127.0.0.1]) by localhost (bsd.caece.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25870-08 for ; Thu, 20 May 2004 00:28:26 +0800 (CST) Received: from mflab (210-64-93-253.adsl.dynamic.seed.net.tw [210.64.93.253]) by bsd.caece.net (Postfix) with ESMTP id 046F015C for ; Thu, 20 May 2004 00:28:26 +0800 (CST) Message-ID: <000a01c43dbd$a9a20f20$fd5d40d2@mflab> From: "Hamilton" To: "freebsd-questions@FreeBSD. ORG" Date: Thu, 20 May 2004 00:23:46 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.132 X-Virus-Scanned: by amavisd-new at caece.net Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: pkg_add question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2004 16:24:02 -0000 Hi, I would like to install gnuls-4.0_1.tgz into my system. When I = install by using the command=20 "#pkg_add gnuls-4.0_1.tgz", the system echos "Bus error (core = dumped)". What does the message mean? How do I install the gnuls package? thanks very much.