Darren J Moffat writes: > Randy Fishel wrote: > > That should also be the correct symlink. > > The links to isaexec are delivered as hardlinks not symlinks (76 of them > on SPARC and 95 on x86). I don't remember the reason why though.
The reason is because it doesn't work. # cd /usr/bin # cp echo amd64/foobar # ln -s /usr/lib/isaexec foobar # foobar hello foobar: cannot find/execute "isaexec" in ISA subdirectories # rm foobar # ln /usr/lib/isaexec foobar # foobar hello hello # A hard link is required. -- James Carlson, Solaris Networking <james.d.carlson at sun.com> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
