there are two ksh93 issues
on solaris ksh93 uname -i first checks (the internal equivalent of)
getconf PLATFORM
(1) if
getconf PLATFORM
fails then there is a problem with the ksh93 libast build configuration
(2) on solaris SI_PLATFORM is 513
on the solaris systems in question
from ksh93
does
getconf SI#513
produce the expected result? (can also use this syntax: getconf 'SI(513)')
if not then how is the expected result determined?
On Sun, 10 Aug 2008 09:21:23 PDT Rob Clark wrote:
> Also see my bug report: http://defect.opensolaris.org/bz/show_bug.cgi?id=2820