Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!EXPO.LCS.MIT.EDU!keith From: keith@EXPO.LCS.MIT.EDU (Keith Packard) Newsgroups: comp.windows.x Subject: Re: Argg what does this mean! Message-ID: <9001050358.AA04107@xenon.lcs.mit.edu> Date: 5 Jan 90 03:58:18 GMT References: <18035@umn-cs.CS.UMN.EDU> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 23 -=>xinit ld.so: libXmu.so.4: not found This means that the program can't find the shared library. Make sure you install all of the X libraries in an appropriate directory (/usr/lib springs to mind) and run ldconfig as root. Otherwise, you'll have to play with the LD_LIBRARY_PATH (check the ld.1 manual page). To install just the libraries: $ cd lib ; the lib sub-directory of the X source tree $ make install $ su Password: # ldconfig # exit $ Shared libraries are not as easy to use as non-shared libraries, but I think you'll find the disk space savings worth the effort. Keith Packard MIT X Consortium