[1638] in NetBSD-Development
Re: small problem following new install
daemon@ATHENA.MIT.EDU (Nathan J. Williams)
Thu Mar 26 13:08:29 1998
To: gamache@MIT.EDU
Cc: netbsd-dev@MIT.EDU
From: "Nathan J. Williams" <nathanw@MIT.EDU>
In-Reply-To: Your message of "Thu, 26 Mar 1998 04:03:08 EST."
<199803260903.EAA02204@crackpipe.mit.edu>
Date: Thu, 26 Mar 1998 13:08:08 EST
> mwm punts with the following message in the console window:
>
> /usr/libexec/ld.so: mwm: libXm.so.1.2: No such file or directory
>
> this did not happen the first time i installed 1.3 Athena.... any ideas?
This is a known problem, of sorts. The issue is that ldconfig
(which sets up the cache of shared libraries) runs before ths syspacks
are attached, and libXm.so.1.2 lives on the /srvd syspack.
You probably won't notice after a reboot, because after the
first time the ldconfig will happen before the syspacks are
re-attached, but before everything has been detached, so the library
will be found. This isn't how things ought to work, but it should work
well enough for the moment.
- Nathan