[11] in netbsd-help mailing list archive
Re: Netbsd athena install
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Jan 11 23:42:44 1995
To: sdfranks@MIT.EDU
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Wed, 11 Jan 1995 19:12:16 EST."
<199501120012.TAA00195@field-of-dreams.mit.edu>
Date: Wed, 11 Jan 1995 23:42:32 -0500
From: Greg Hudson <ghudson@MIT.EDU>
> Well, I found the problem. It turns out that I already had a
> /usr/athena directory sor the symlink was not made. Now I am only
> having 2 problems (from the console):
Do you know how this /usr/athena directory was created?
> 19:07 Running standard startup activities...
> 19:07 ld.so: mwm: libXm.so.1.2: No such file or directory
> 19:08 dash: error reading bitmap /usr/athena/include/X11/bitmaps/question
> 19:08 dash: error reading bitmap question
> 19:08 dash: error reading bitmap /usr/athena/include/X11/bitmaps/arrow
> 19:08 dash: error reading bitmap arrow
How do you have X installed on your system? If you run the install
script on a freshly-installed system, if will create a symlink from
/usr/X11R6 into AFS-land and from /usr/X11 to X11R6. Since we have
the Motif binaries installed in AFS-land, mwm will find them there.
Also, /usr/athena/include/X11 is a symlink to /usr/X11/include, so the
"question" and "arrow" bitmaps are also expected to be found in the
X11 distribution. I don't know if we added these to the distribution
ourselves, or if it's something in XFree86 3.1 that's not in your
installation of X.
If you have a different version of X11 installed, try copying the
Motif libraries locally and copying the "question" and "arrow" bitmaps
into /usr/X11/include/X11/bitmaps. The AFS path to our version of the
X11 distribution is /afs/sipb.mit.edu/system/i386_nbsd1/usr/X11R6.