Here is the workaround to get WebSphere 5.0 installed on
Solaris 9.
1. You must edit the file $InstallDir/waspc/prereqChecker.xml for
Base and Enterprise before starting the installation.
2. Locate osLevel tag for "Solaris8", and add an entry for
Solaris 9 after the end-osLevel tag for Solaris 8:
<osPlatform type="solaris">
<osLevel version="5.8" checkId="solaris8" category="osversion"
displayName="Solaris 8">
<osPatch name="108940" displayName="Patch 108940-14" version="14"
checkByDefault="yes" description="Motif 2.1 patch: available soon from
SunSolve"/>
<osPatch name="108652" displayName="Patch 108652-27" version="27"
checkByDefault="yes" description="X11 6.4.1 Xsun patch"/>
<osPatch name="108921" displayName="Patch 108921-11" version="11"
checkByDefault="yes" description="CDE 1.4: dtwm patch"/>
<osPatch name="109147" displayName="Patch 109147-16" version="16"
checkByDefault="yes" description="Linker patch: required for
messaging"/>
</osLevel>
<osLevel version="5.9" checkId="solaris9" category="osversion"
displayName="Solaris 9">
</osLevel>
</osPlatform>
|