Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 1999 13:10:04 -0500
From:      Lucas Bergman <iceberg@pobox.com>
To:        Cliff Addy <fbsdlist@federation.addy.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: emacs error message
Message-ID:  <19990907131004.A27891@comp04.prc.uic.edu>
In-Reply-To: <Pine.BSF.3.95q.990907123616.28620C-100000@federation.addy.com>
References:  <Pine.BSF.3.95q.990907123616.28620C-100000@federation.addy.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> We're building a new machine using 3.2-Release.  I installed the emacs
> package, but when I try to run emacs I get this error:
> 
> /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found
> 
> The file ld-elf.so.1 exists, so that's not the problem.

You're right.  The problem is that you don't have X, and the Emacs which
is pre-built is linked against several X shared libraries.

> What I do *not* want to do is install any X stuff, this is a server
> and has no need of any X stuff at all.

This is easy if you build your own Emacs from source and impossible
(AFAIK) using the pre-built package.  Just grab the Emacs sources and
follow the instructions in the INSTALL file.  Just be sure to use the
'--without-x' option for the configure script.

#ifdef FLAME_BAIT
IMHO, stuff like this builds a weighty argument for building most of
your applications yourself, rather than relying on pre-built packages or
port systems.
#endif

Lucas
-- 
                             S. Lucas Bergman
                             University of Illinois at Chicago
                             Mathematics Department
                             PGP Public Key (0xC0C73619):
                                finger -l lucas@math.uic.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990907131004.A27891>