Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jan 2000 22:09:35 -0500
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        Matt Rohrer <rohrer@hawaii.edu>
Cc:        questions@FreeBSD.ORG
Subject:   Re: libXext.so.6 and libXaw.so.6 not found
Message-ID:  <20000122220935.B5211@cc942873-a.ewndsr1.nj.home.com>
In-Reply-To: <Pine.GSO.4.10.10001221146490.25921-100000@uhunix5>; from rohrer@hawaii.edu on Sat, Jan 22, 2000 at 11:52:44AM -1000
References:  <Pine.GSO.4.10.10001221146490.25921-100000@uhunix5>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 22, 2000 at 11:52:44AM -1000, Matt Rohrer wrote:
> Hello,
> 
> I installed vim from the ports collection but when I try to start it I
> get:
> 
> /usr/libexec/ld-elf.so.1: Shared object "libXext.so.6" not found
> 
> when I try to start emacs, also installed from ports collection, I get
> the same error except for libXaw.so.6 is not found.
> 
> I tried installing all of the source from /stand/sysinstall and tried to
> find the libraries in /usr/src afterwards, but found nothing. Where can I
> find and install these libraries?
> 
> Thanks for helping a newbie.

As one might guess from the names, these libraries are both part of
X. On my system they are in,

-rwxr-xr-x  1 root  wheel  248524 Aug 31 07:33 /usr/X11R6/lib/libXaw.so.6
-rwxr-xr-x  1 root  wheel   44909 Aug 31 07:33 /usr/X11R6/lib/libXext.so.6

You will not find them in the source since they are X, not FreeBSD.

If you have X installed on your system, you need to make sure that the
X libs are in the shared lib hints (see ldconfig(8)). If you do not
have X installed, either install it if you want it or rebuild emacs
and vim making sure not to include X support.
-- 
Crist J. Clark                           cjclark@home.com


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?20000122220935.B5211>