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