While installing IBM SDK 7.0 to be able to run WAS Liberty, you get the following error.
[root@localhost tools]# ./imcl install com.ibm.websphere.liberty.IBMJAVA.v70_7.0.4001.20130510_2103 -installationDirectory /var/apps/ibmsdk7.0 -sharedResourcesDirectory /var/IM/im-shared -repositories /var/apps/installs/IBM_SDK_7 -acceptLicense -showProgress -log /v ar/log/ibm/install/ibmsdk7.0.xml -preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.pref erences.preserveDownloadedArtifacts=false 25% 50% 75% 100% ——————|——————|——————|——————| ERROR: The installation package ‘IBM WebSphere SDK Java Technology Edition Version 7.0 for Liberty’ requires components supplied by o ther packages. The required components might be supplied by the following installation packages: Package: IBM WebSphere Application Server Liberty Package: IBM WebSphere Application Server Liberty Trial Package: IBM WebSphere Application Server Liberty – Express Package: IBM WebSphere Application Server Liberty – Express Trial Package: IBM WebSphere Application Server Liberty Network Deployment Package: IBM WebSphere Application Server Liberty Network Deployment Trial Package: IBM WebSphere Application Server Liberty Core Package: IBM WebSphere Application Server Liberty for z/OS |
Reason, you are installing into a directory that does not contain a Liberty product, installation_directory, specify the appropriate WebSphere Application Server installation path on which to install IBM WebSphere SDK Java Technology Edition Version 7.0 or 7.1.
Correct Command:
./imcl install com.ibm.websphere.liberty.IBMJAVA.v70_7.0.4001.20130510_2103 -installationDirectory /var/apps/was8nd.5.5_LP -sharedResourcesDirectory /var/IM/im-shared -repositories /var/apps/installs/IBM_SDK_7 -acceptLicense -showProgress -log /var/log/ibm/install/ibmsdk7.0.xml -preferences com.ibm.cic.common.core.preferences.keepFetchedFiles=false,com.ibm.cic.common.core.preferences.preserveDownloadedArtifacts=false |