From owner-freebsd-questions Thu Feb 15 16:38:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kant.nihilist.org (kant.nihilist.org [64.6.198.184]) by hub.freebsd.org (Postfix) with ESMTP id 6546D37B503 for ; Thu, 15 Feb 2001 16:38:21 -0800 (PST) Received: from nietzsche.nihilist.org (nietzsche.nihilist.org [192.168.1.5]) by kant.nihilist.org (8.10.1/8.10.1) with ESMTP id f1G0cKV28229; Thu, 15 Feb 2001 16:38:20 -0800 (PST) Received: (from tcole@localhost) by nietzsche.nihilist.org (8.11.1/8.11.1) id f1G0cK861307; Thu, 15 Feb 2001 16:38:20 -0800 (PST) (envelope-from tcole) Date: Thu, 15 Feb 2001 16:38:19 -0800 From: Travis Cole To: Taki Shirayanagi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: running emacs Message-ID: <20010215163819.F60974@nihilist.org> References: <20010216002142.64748.qmail@web11206.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010216002142.64748.qmail@web11206.mail.yahoo.com>; from takiman1@yahoo.com on Thu, Feb 15, 2001 at 04:21:42PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 15, 2001 at 04:21:42PM -0800, Taki Shirayanagi wrote: > Hello > When i tried to run emacs it says > /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found > How can I fix this problem? I do not have X installed and I dont want X. > Thanks > Taki Try rebuilding emacs from the ports collection without X support. # cd /usr/ports/editors/emacs # make WITHOUT_X11=yes Then use pkg_delete to remove the old package and install the new one with a # make install -- -Travis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message