From owner-freebsd-questions Tue Jul 25 09:00:57 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id JAA00545 for questions-outgoing; Tue, 25 Jul 1995 09:00:57 -0700 Received: from husc.harvard.edu (scunix5.harvard.edu [140.247.30.45]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id JAA00538 for ; Tue, 25 Jul 1995 09:00:54 -0700 Received: from scunix4.harvard.edu by husc.harvard.edu with SMTP; Tue, 25 Jul 1995 12:00:47 -0400 Received: by scunix4.harvard.edu (1.38.193.4/16.2) id AA02272; Tue, 25 Jul 1995 12:03:30 -0400 Date: Tue, 25 Jul 1995 12:03:28 -0400 (EDT) From: Sir Ilya Tsymbal Subject: Re: emacs: libX11.so.6.0: To: John-Mark Gurney Cc: questions@FreeBSD.org In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk Hi, thanks to everyone who responded. I didn't have x-windows, (the computer is used as a server, it's stacked behind a couch in someone else's office, and does not have a monitor) and so there was no X libraries. So, I have recompiled Emacs and replaced the one from the package in /usr/local/bin and that fixed the problem Thanks again. Ilya Ilya Tsymbal '96 Harvard U, Quincy House. itsymbal@husc.harvard.edu http://itsymbal.student.harvard.edu/ilya/ On Tue, 25 Jul 1995, John-Mark Gurney wrote: > On Sun, 23 Jul 1995, Sir Ilya Tsymbal wrote: > > > I have been using emacs, which I believe I had to compile initially. > > > > I reinstalled it from the packages colleciton, and I am getting an error: > > > > ld.so: emacs: libX11.so.6.0: Undefined error: 0 > > > > I checked and libX11.so.6.0 is not present on the system ( there is no > > X-windows). > > > > Can I do anything other than recompile emacs? > > looks like you are missing the libX11 binary that comes with a part of > the XFree distribution... you need to unpack the X311bin.tgz again... if > you would like not to clobber your existing binaries you could just run > "tar -xzf X311bin.tgz X11R6/lib/libX11.so.6.0 -C /usr" and that should > fix the problem... > > if /usr/X11R6/lib/libX11.so.6.0 already exists... make sure then when you > do a ldconfig -r that the line -lX11.6.0 -> /usr/X11R6/lib/libX11.6.0 > exists... if it isn't listed then try a "ldconfig /usr/lib /usr/X11R6/lib > /usr/local/lib" and see if that fixes the problem... if it does it looks > like /etc/rc isn't added the directory /usr/X11R6/lib to your ldconfig > path... > > hope this helps... TTYL... > > John-Mark > > gurney_j@efn.org > Modem/FAX: (503) 683-6954 (FreeBSD Box) > > Live in Peace, destroy Micro$oft, support free software, run FreeBSD (unix) > >