Dave Miner wrote: > > I'm slightly confused why this fix is correct, as the actual path for > these libraries would appear to be /usr/lib/sparcv9, not /usr/lib/64. > Are we relying on some side-effect of the file resolution method > working here?
Looking at dir structure, /usr/lib/64 is symlink to /usr/lib/sparcv9: # uname -a SunOS opensolaris 5.11 snv_128 sun4u sparc SUNW,Sun-Fire-V210 Solaris # ls -ld /usr/lib/64 lrwxrwxrwx 1 root root 7 Nov 23 06:08 /usr/lib/64 -> sparcv9 Perhaps the same dir and file structure should be carried into microroot, e.g. libraries would go into /usr/lib/sparcv9/ and /usr/lib/64 would be created as symlink. Jan
