From owner-freebsd-questions Tue Jul 25 03:36:57 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id DAA20562 for questions-outgoing; Tue, 25 Jul 1995 03:36:57 -0700 Received: from efn.efn.org (efn.org [198.68.17.1]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id DAA20555 for ; Tue, 25 Jul 1995 03:36:55 -0700 Received: from nike.nike.efn.org (haus.efn.org) by efn.efn.org (4.1/smail2.5/05-07-92) id AA26284; Tue, 25 Jul 95 03:36:38 PDT Date: Tue, 25 Jul 1995 03:44:15 -0700 (PDT) From: John-Mark Gurney X-Sender: gurney_j@nike.nike.efn.org To: Sir Ilya Tsymbal Cc: questions@FreeBSD.org Subject: Re: emacs: libX11.so.6.0: In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: questions-owner@FreeBSD.org Precedence: bulk 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)