-----BEGIN PGP SIGNED MESSAGE----- On Mon, 11 May 1998, Keith Alen Vance wrote:
> When I run startx I get the following: > > xauth: can't load library 'libXmu.so.6' > xinit: can't load library 'libXmu.so.6' This particular problem should disappear if you issue the following command before running startx: export LD_LIBRARY_PATH="/usr/X11R6/lib:$LD_LIBRARY_PATH" (if using bash or sh as your shell) setenv LD_LIBRARY_PATH /usr/X11R6/lib:$LD_LIBRARY_PATH (if using csh or tcsh) libXmu.so is a shared object. It contains pre-compiled source code that applications (startx, in this case) can link with. It's similar to the concept of a .dll in dos/windows. In a standard debian installation, libXmu.so lives in /usr/X11R6/lib, so by setting the LD_LIBRARY_PATH to point to that location, you're telling your apps to look in that location for shared objects. Noah PGP public key available at http://lynx.dac.neu.edu/home/httpd/n/nmeyerha/mail.html or by 'finger -l [EMAIL PROTECTED]' -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNVe+IYdCcpBjGWoFAQFx4QQAn8xUJjlP408MwMxScXdUNacUUx29ugko Zq9kUxS5TLI9KlKohc+ZMKL4UaGS7riItMcWsNWCVd39mjIEB1XSVIPPzkJokAF0 +EGl3yujlfEAmWHRO+4YCLLTc764M8r7gsFRhQsorlENT8vac/QKiqPRknhcZGMN 8d14VRjQNjI= =DXk1 -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]