There is an error in the postinstall script for the package SUNWxilmn
on the Solaris 2.6 (sparc) CD.
The error causes four files in the directory /usr/openwin/demo/xil/example2
to have incorrect symbolic links to files in /usr/openwin/demo/xil/example1.
To correct the links, do the following as root:
cd /usr/openwin/demo/xil/example2
rm -f brainscan.data.Z brainscan.header example2.c window.c
ln -s ../example1/brainscan.data.Z brainscan.data.Z
ln -s ../example1/brainscan.header brainscan.header
ln -s ../example1/example1.c example2.c
ln -s ../example1/window.c window.c
This fix will not affect removing, installing, or patching SUNWxilmn.
-LMC-