Date: Tue, 25 Jul 1995 03:44:15 -0700 (PDT) From: John-Mark Gurney <gurney_j@efn.org> To: Sir Ilya Tsymbal <itsymbal@husc.harvard.edu> Cc: questions@FreeBSD.org Subject: Re: emacs: libX11.so.6.0: Message-ID: <Pine.NEB.3.91.950725033449.2571B-100000@nike.nike.efn.org> In-Reply-To: <Pine.3.89.9507232344.A9528-0100000@scws47.harvard.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.91.950725033449.2571B-100000>